mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-18 18:30:00 -05:00
Optimize layout in fullscreen/compact
This commit is contained in:
parent
97f052280d
commit
75c315b91d
1 changed files with 15 additions and 0 deletions
|
|
@ -1010,3 +1010,18 @@ textarea.smaller {
|
|||
max-width: 60em;
|
||||
}
|
||||
/** END of custom font styling **/
|
||||
|
||||
.overview-dashboard {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.dashboard-tile-fullscreen {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.badge-fullscreen {
|
||||
flex: 1 1 auto;
|
||||
max-width: 100%;
|
||||
min-width: 10em;
|
||||
width: auto;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
Loading…
Reference in a new issue