FIX: Fix margin on mini-tag-chooser (#19953)

This commit is contained in:
Jordan Vidrine 2023-01-23 10:39:57 -06:00 committed by GitHub
parent ffd222e883
commit 1d7b50a0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -305,12 +305,15 @@ html.composer-open {
}
}
.category-input + .mini-tag-chooser {
margin-left: 8px;
}
.mini-tag-chooser {
flex-grow: 1;
max-width: calc(50% - 4px);
margin: 0 0 8px 0px;
z-index: z("composer", "dropdown");
.select-kit-header {
color: var(--primary-high);
}