update taginput style

This commit is contained in:
doubaniux 2021-07-05 12:44:21 +02:00
parent 184275a823
commit 7c353b88d5
3 changed files with 11 additions and 2 deletions

View file

@ -2662,3 +2662,9 @@ select::placeholder {
background-color: #f7f7f7;
padding: 3px 5px;
}
.tag-input input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}

File diff suppressed because one or more lines are too long

View file

@ -47,4 +47,7 @@
background-color: $color-bright
padding: 3px 5px
.tippy-content
.tippy-content
.tag-input input
flex-grow: 1