Fix label input field breaking in a new line on task detail page

This commit is contained in:
kolaente 2020-02-09 15:02:39 +01:00
parent 63d21b54c4
commit 4f81e96021
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -101,11 +101,12 @@
} }
.multiselect__input, .multiselect__single { .multiselect__input, .multiselect__single {
width: 100% !important; width: auto !important;
margin: 0; margin: 0;
padding: .35em !important; padding: .35em !important;
position: relative !important; position: relative !important;
background: transparent; background: transparent;
max-width: 100%;
} }
.multiselect__placeholder { .multiselect__placeholder {