Indent polices if an icon exists in the table

This commit is contained in:
Alexander Rieß 2026-04-01 09:58:54 +02:00
parent e6223bcd3e
commit be1f91c6e7

View file

@ -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;