mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Hide ‘empty’ containers in main
This commit is contained in:
parent
b4c1e8e846
commit
ead543e373
@ -102,9 +102,10 @@
|
||||
.clearfix();
|
||||
|
||||
& > .container {
|
||||
float: left;
|
||||
// Column width controlled by #layout
|
||||
width: 100%;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Container scrolling
|
||||
height: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user