UX: fix for misalignment in autocomplete (#19693)

This commit is contained in:
chapoi 2023-01-03 15:20:12 +01:00 committed by GitHub
parent 8a0bac7bec
commit 179f13078e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ html.composer-open {
}
.name {
display: contents;
font-size: var(--font-down-1);
color: var(--primary-high);
}