Commit a5d7d125 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6577 from tombruijn/group_projects_clearfix

Clearfix on .well-list
parents a7aacb4d 2767abd9
......@@ -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;
}
......
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