fix select2 and dropdown width for quick-entry form (#3188)
This commit is contained in:
@@ -20,4 +20,10 @@
|
||||
/* empty <option> were too small to be noticed as clickable element */
|
||||
.select2-container--bootstrap .select2-results__option {
|
||||
min-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fixes the size on quick-entry form */
|
||||
.select2-container--bootstrap {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user