Files
sendou.ink/app/form/fields/SelectFormField.module.css
Kalle 9b82d577e2
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
Availability tool (#3375)
2026-08-30 17:35:14 +03:00

19 lines
294 B
CSS

.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;
}