Increase event repease multiselect minimum width

It fails to display the whole placeholder on low resolutions

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-07-01 09:38:55 +02:00 committed by backportbot[bot]
parent a51090f754
commit 86d44edf6d
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
.multiselect {
width: 100%;
min-width: 75px !important; // Set a lower min-width
min-width: 100px !important; // Set a lower min-width
}
}
@ -173,7 +173,7 @@
.multiselect,
input[type=number] {
min-width: 75px;
min-width: 100px;
width: 25%;
}
}