Commit b7225bea authored by Tom de Bruijn's avatar Tom de Bruijn

Clearfix on well-lists. Pages affected:

Pages affected:
- admin/groups#show
- admin/projets#index
- admin/users#index
- dashboard/issues#index (on small screens)
parent 4af38885
...@@ -13,6 +13,12 @@ ...@@ -13,6 +13,12 @@
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(0, 0, 0, 0.05);
&:after {
content: " ";
display: table;
clear: both;
}
&.disabled { &.disabled {
color: #888; color: #888;
} }
......
...@@ -113,6 +113,5 @@ ...@@ -113,6 +113,5 @@
float: left; float: left;
margin-right: 3px; margin-right: 3px;
color: #999; color: #999;
margin-bottom: 10px;
width: 16px; width: 16px;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment