mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix select2 styling
This commit is contained in:
parent
4aed6993d4
commit
981cc2e24e
@ -979,4 +979,8 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
||||
max-height: 24px;
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.select2-selection {
|
||||
overflow-y: clip;
|
||||
}
|
Loading…
Reference in New Issue
Block a user