Commit e4568c3a by Vik Paruchuri

Use include clearfix in css

parent b0d3bcc5
...@@ -21,6 +21,7 @@ h2 { ...@@ -21,6 +21,7 @@ h2 {
} }
section.combined-open-ended { section.combined-open-ended {
@include clearfix;
.status-container .status-container
{ {
float:right; float:right;
...@@ -40,14 +41,6 @@ section.combined-open-ended { ...@@ -40,14 +41,6 @@ section.combined-open-ended {
position:relative; position:relative;
} }
&:after
{
content:".";
display:block;
height:0;
visibility: hidden;
clear:both;
}
} }
section.combined-open-ended-status { section.combined-open-ended-status {
......
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