1
0

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

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 {