Fix label input field breaking in a new line on task detail page
This commit is contained in:
parent
63d21b54c4
commit
4f81e96021
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user