Fix combobox long text overlaps clear button
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

Closes #3093
This commit is contained in:
Kalle
2026-05-23 21:53:33 +03:00
parent f186dd2710
commit bd5ef7475c

View File

@@ -108,6 +108,8 @@
font-weight: var(--weight-semi);
letter-spacing: 0.5px;
flex: 1;
min-width: 0;
padding-inline-end: calc(18px + var(--s-2));
&::-webkit-search-cancel-button {
display: none;