role/audit: Fix layout on mobile devices

Not perfect, but enough for now.
This commit is contained in:
Johannes Meyer 2021-03-26 16:28:55 +01:00
parent 698e7bcfa4
commit bab10899a2

View File

@ -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
.privilege-audit .collapsible {