mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
role/audit: Fix layout on mobile devices
Not perfect, but enough for now.
This commit is contained in:
parent
698e7bcfa4
commit
bab10899a2
@ -316,6 +316,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout.minimal-layout,
|
||||||
|
#layout.poor-layout {
|
||||||
|
.privilege-audit {
|
||||||
|
h3 > :first-child {
|
||||||
|
flex-grow: 99;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,
|
||||||
|
.privilege-label {
|
||||||
|
width: 12em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spacer {
|
||||||
|
flex: 0;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Integrations
|
// Integrations
|
||||||
|
|
||||||
.privilege-audit .collapsible {
|
.privilege-audit .collapsible {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user