diff --git a/src/argus/htmx/static/styles.css b/src/argus/htmx/static/styles.css index e8c0cc19a..a5b7e14ff 100644 --- a/src/argus/htmx/static/styles.css +++ b/src/argus/htmx/static/styles.css @@ -4304,6 +4304,10 @@ details.collapse summary::-webkit-details-marker { max-width: 56rem; } +.max-w-\[30\%\] { + max-width: 30%; +} + .max-w-xs { max-width: 20rem; } @@ -4316,12 +4320,16 @@ details.collapse summary::-webkit-details-marker { flex: none; } +.shrink-0 { + flex-shrink: 0; +} + .grow { flex-grow: 1; } -.border-collapse { - border-collapse: collapse; +.basis-1\/4 { + flex-basis: 25%; } .border-separate { diff --git a/src/argus/htmx/templates/htmx/incident/incident_detail.html b/src/argus/htmx/templates/htmx/incident/incident_detail.html index d5ee6d8e9..62ee62f15 100644 --- a/src/argus/htmx/templates/htmx/incident/incident_detail.html +++ b/src/argus/htmx/templates/htmx/incident/incident_detail.html @@ -4,7 +4,7 @@ {% block incident_detail %}
{{ incident.level }}
@@ -82,7 +82,7 @@