layout-structure.less: Add clearfix class
This commit is contained in:
parent
60f2d3e716
commit
aa88c3ba1b
|
@ -389,6 +389,14 @@ html {
|
|||
width: 1px;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.multi-commands {
|
||||
padding-top: 0em;
|
||||
font-size: 0.9em;
|
||||
|
|
Loading…
Reference in New Issue