Skip to content
Snippets Groups Projects
Commit 2767abd9 authored by Tom de Bruijn's avatar Tom de Bruijn
Browse files

Clearfix on well-lists. Pages affected:

Pages affected:
- admin/groups#show
- admin/projets#index
- admin/users#index
- dashboard/issues#index (on small screens)
parent 83e83b66
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment