Files
thetool/public/assets/css/select2-cstm.css
Daniel Spitzer 09aaede76b Pop Feature Erweiterungen
* Project 8454 (Erweiterung Felder Status, Speicherort, Dokustand Datum)
* Schrank breite um 1ne Col verbreitert
* neue Migration
2025-05-11 19:53:31 +02:00

14 lines
410 B
CSS

.select2-container .select2-selection--single {
height: calc(1.5em + 0.9rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: calc(1.5em + 0.9rem + 2px);
}
.select2-container--default .select2-selection--single {
border: 1px solid #ced4da;
}
.select2-container .select2-selection--multiple {
min-height: calc(1.5em + 0.9rem + 2px);
}