Fix label input field breaking in a new line on task detail page
This commit is contained in:
parent
63d21b54c4
commit
4f81e96021
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue