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

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 {