diff --git a/css/executive.css b/css/executive.css index aa8c19b..fb23980 100644 --- a/css/executive.css +++ b/css/executive.css @@ -9462,6 +9462,12 @@ input[type="button"]#footers.btn-block { margin-top: 25px; } +.uup-list-wrapper::after { + clear: both; + content: " "; + display: table; +} + /* ----------------------------- FOOTER ----------------------------- */ #footers { background-color: #313131; diff --git a/sass/executive.scss b/sass/executive.scss index 0ec4edb..49fc04e 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -658,6 +658,12 @@ $widget-head-padding:20px 20px 0; } +.uup-list-wrapper::after { + clear: both; + content: " "; + display: table; +} + /* ----------------------------- FOOTER ----------------------------- */