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
@ -980,3 +980,7 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-selection {
|
||||||
|
overflow-y: clip;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user