Commit e421772f8935b9bdce02b6f552593f8dabca9074

Authored by Dmitriy Zaporozhets
1 parent 81527e9f

Revert "Clearfix on well-lists. Pages affected:"

Because it adds extra spaces at each project row on dashboard

This reverts commit 2767abd90d94b3fd0fedfad85015abbffd7e4cd9.
Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
app/assets/stylesheets/generic/lists.scss
... ... @@ -13,12 +13,6 @@
13 13 border-bottom: 1px solid #eee;
14 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   -
22 16 &.disabled {
23 17 color: #888;
24 18 }
... ...