UX: fix tag chooser width when there are multiple tags (#23432)
This commit is contained in:
parent
9ef5cefe26
commit
5742c4b875
|
@ -317,7 +317,8 @@ html.composer-open {
|
|||
|
||||
.category-input + .mini-tag-chooser {
|
||||
margin-left: 8px;
|
||||
width: unset;
|
||||
width: auto;
|
||||
max-width: calc(50% - 4px);
|
||||
}
|
||||
|
||||
.mini-tag-chooser {
|
||||
|
|
Loading…
Reference in New Issue