mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
CSS tweaks
This commit is contained in:
parent
746a0210fe
commit
3756bd6668
@ -982,6 +982,10 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.select2-container .select2-selection--single {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.select2-thumbnail {
|
||||
max-width: 24px;
|
||||
max-height: 24px;
|
||||
@ -992,3 +996,12 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
||||
.select2-selection {
|
||||
overflow-y: clip;
|
||||
}
|
||||
|
||||
.form-clear {
|
||||
padding: 6px 6px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user