Availability tool (#3375)
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-08-30 17:35:14 +03:00
committed by GitHub
parent 769bf9c28b
commit 9b82d577e2
268 changed files with 14607 additions and 607 deletions

View File

@@ -1,3 +1,18 @@
.searchable {
--select-width: 100%;
}
.twoLineItem {
display: flex;
flex-direction: column;
gap: var(--s-0-5);
min-width: 0;
}
.itemDescription {
font-size: var(--font-xs);
font-weight: var(--weight-body);
color: var(--color-text-high);
overflow: hidden;
text-overflow: ellipsis;
}