mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
layout-structure.less: Add clearfix class
This commit is contained in:
parent
60f2d3e716
commit
aa88c3ba1b
@ -389,6 +389,14 @@ html {
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clearfix:after {
|
||||||
|
content: ".";
|
||||||
|
visibility: hidden;
|
||||||
|
display: block;
|
||||||
|
height: 0;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.multi-commands {
|
.multi-commands {
|
||||||
padding-top: 0em;
|
padding-top: 0em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user