fix single dropdown became two lines (#4041)

This commit is contained in:
Kevin Papst
2023-05-21 17:49:44 +02:00
committed by GitHub
parent fdb6cf5cf8
commit 97092acae9
4 changed files with 6 additions and 7 deletions

View File

@@ -4,14 +4,13 @@
z-index: 1021;
}
/* can be removed if no error is reported. it is unknown why this was added */
/*
/* Tabler defines a min-width of 7rem, what makes many input fields become a two-line field
e.g. a 7 rem input does not fit behind a word like "Germany" in a 3 column form inside a modal */
.ts-control {
> input {
min-width: unset;
}
}
*/
.ts-dropdown {
.optgroup {