Clearfix on well-lists. Pages affected:

Pages affected:
- admin/groups#show
- admin/projets#index
- admin/users#index
- dashboard/issues#index (on small screens)
This commit is contained in:
Tom de Bruijn 2014-03-20 13:23:07 +01:00
parent 83e83b6617
commit 2767abd90d
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
&:after {
content: " ";
display: table;
clear: both;
}
&.disabled {
color: #888;
}