update taginput style
This commit is contained in:
parent
184275a823
commit
7c353b88d5
3 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
2
common/static/css/boofilsic.min.css
vendored
2
common/static/css/boofilsic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -47,4 +47,7 @@
|
|||
background-color: $color-bright
|
||||
padding: 3px 5px
|
||||
|
||||
.tippy-content
|
||||
.tippy-content
|
||||
|
||||
.tag-input input
|
||||
flex-grow: 1
|
Loading…
Add table
Reference in a new issue