Skip to content

Commit

Permalink
CSS: Fix clearfix mixin
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 98c0d7b commit 1da28ba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions public/css/icinga/main.less
Expand Up @@ -17,10 +17,12 @@
}
}

.clearfix:after {
clear: both;
content: "";
display: table;
.clearfix {
&:after {
content: "";
clear: both;
display: table;
}
}

.name-value-table {
Expand Down

0 comments on commit 1da28ba

Please sign in to comment.