Fix label input field breaking in a new line on task detail page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-02-09 15:02:39 +01:00
parent 63d21b54c4
commit 4f81e96021
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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