Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix for multiple UUP user lists stacking
Browse files Browse the repository at this point in the history
  • Loading branch information
briandunnigan authored and briandunnigan committed Jun 8, 2015
1 parent f19c6d3 commit 5f6925a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/executive.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions sass/executive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,12 @@ $widget-head-padding:20px 20px 0;

}

.uup-list-wrapper::after {
clear: both;
content: " ";
display: table;
}


/* ----------------------------- FOOTER ----------------------------- */

Expand Down

0 comments on commit 5f6925a

Please sign in to comment.