mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Revert change to header sizing.
This commit is contained in:
parent
c46e258d3d
commit
1afb15fb63
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue