Fix related tasks input size
This commit is contained in:
parent
2a7bbf3c83
commit
31b025cc55
2 changed files with 40 additions and 39 deletions
|
|
@ -146,7 +146,7 @@ fieldset[disabled] .multiselect {
|
|||
}
|
||||
|
||||
.multiselect__tags {
|
||||
min-height: 40px;
|
||||
height: 40px;
|
||||
display: block;
|
||||
padding: 8px 40px 0 8px;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Reference in a new issue