Fix UserSelect selected value gap
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2026-09-08 22:24:42 +03:00
parent b2350f9336
commit 9752b35e38
2 changed files with 1 additions and 14 deletions

View File

@@ -29,20 +29,6 @@
}
}
.selectValue {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: flex;
align-items: center;
gap: var(--s-2);
}
button:disabled .selectValue {
color: var(--color-text-high);
font-style: italic;
}
.placeholder {
font-size: var(--font-xs);
font-weight: var(--weight-semi);

View File

@@ -53,6 +53,7 @@
color: var(--color-text);
display: flex;
align-items: center;
gap: var(--s-2);
&[data-placeholder] {
color: var(--color-text-high);