fix flex-grow with tabulator exceeding width (found by ma0646)

This commit is contained in:
Harald Bamberger
2025-12-04 14:38:30 +01:00
parent 1c2937dfb6
commit 391a4753d5
+2 -1
View File
@@ -407,6 +407,7 @@ html {
background-color: var(--fhc-background);
border-color: var(--fhc-border);
padding: var(--fhc-cis-main-py) var(--fhc-cis-main-px);
min-width: 0; /* fix flex-grow with tabulator exceeding width */
}
#cis-main .fa-arrow-up-right-from-square {
@@ -854,4 +855,4 @@ html {
#cis-main .modal-footer {
background-color: var(--fhc-secondary);
}
}