UX: fix tag chooser width when there are multiple tags (#23432)

This commit is contained in:
Meghna 2023-09-06 16:01:03 +05:30 committed by GitHub
parent 9ef5cefe26
commit 5742c4b875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {