Commit a5d7d125e43a2e49e768f9b3e637d03d591e7647
Exists in
spb-stable
and in
3 other branches
Merge pull request #6577 from tombruijn/group_projects_clearfix
Clearfix on .well-list
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/generic/lists.scss
@@ -13,6 +13,12 @@ | @@ -13,6 +13,12 @@ | ||
13 | border-bottom: 1px solid #eee; | 13 | border-bottom: 1px solid #eee; |
14 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); | 14 | border-bottom: 1px solid rgba(0, 0, 0, 0.05); |
15 | 15 | ||
16 | + &:after { | ||
17 | + content: " "; | ||
18 | + display: table; | ||
19 | + clear: both; | ||
20 | + } | ||
21 | + | ||
16 | &.disabled { | 22 | &.disabled { |
17 | color: #888; | 23 | color: #888; |
18 | } | 24 | } |