mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Fix select2 styling
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user