Revert change to header sizing.

This commit is contained in:
SergeantPanda 2026-01-17 16:15:11 -06:00
parent c46e258d3d
commit 1afb15fb63

View file

@ -118,14 +118,14 @@ table.mrt-table tr.mantine-Table-tr.mantine-Table-tr-detail-panel td.mantine-Tab
.custom-multiselect .mantine-MultiSelect-input {
min-height: 30px;
max-height: fit-content;
overflow: visible;
flex-wrap: wrap;
max-height: 30px;
overflow: hidden;
flex-wrap: nowrap;
}
.custom-multiselect .mantine-MultiSelect-pillsList {
flex-wrap: wrap;
overflow: visible;
flex-wrap: nowrap;
overflow: hidden;
}
.custom-multiselect .mantine-MultiSelect-pill {