mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Indent polices if an icon exists in the table
This commit is contained in:
parent
e6223bcd3e
commit
be1f91c6e7
1 changed files with 9 additions and 0 deletions
|
|
@ -95,6 +95,15 @@
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
&:has(.csp-policies .icon) {
|
||||
.csp-policies:not(:has(.icon)) {
|
||||
padding-right: 2em;
|
||||
}
|
||||
th:last-child {
|
||||
padding-right: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.csp-disabled,
|
||||
.control-group:has(.csp-disabled) {
|
||||
opacity: 0.5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue