Commit 2767abd90d94b3fd0fedfad85015abbffd7e4cd9
1 parent
83e83b66
Exists in
spb-stable
and in
3 other branches
Clearfix on well-lists. Pages affected:
Pages affected: - admin/groups#show - admin/projets#index - admin/users#index - dashboard/issues#index (on small screens)
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 | } |