More styling

This commit is contained in:
Florian Schroedl 2024-05-17 10:55:24 +02:00
parent 85a40d19ed
commit ad26d9e2d3

View file

@ -32,8 +32,9 @@
} }
.custom-select-dropdown-list { .custom-select-dropdown-list {
min-width: 150px;
width: 100%; width: 100%;
max-width: 180px; max-width: 200px;
margin-bottom: 0; margin-bottom: 0;
} }
@ -67,8 +68,8 @@
} }
.value { .value {
flex: 0.2;
text-align: right; text-align: right;
flex: 0.6;
} }
.check-icon { .check-icon {