Merge pull request #3288 from nextcloud/backport/3277/stable2.3

[stable2.3] Fix event repeat multiselect width and position on low resolutions
This commit is contained in:
Christoph Wurst 2021-07-02 15:25:19 +02:00 committed by GitHub
commit de2dbe3ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 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%;
}
}

View File

@ -25,6 +25,7 @@
:allow-empty="false"
:options="options"
:value="selected"
open-direction="bottom"
track-by="freq"
label="label"
@select="select" />