From 5f6925a3b26edfd862d20a8445c4225366bb428d Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Mon, 8 Jun 2015 12:43:03 -0400 Subject: [PATCH] Fix for multiple UUP user lists stacking --- css/executive.css | 6 ++++++ sass/executive.scss | 6 ++++++ 2 files changed, 12 insertions(+) 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 ----------------------------- */