fix select bridge

This commit is contained in:
2026-07-01 16:59:00 +03:00
parent 3f9f8db72c
commit 7535845a86
7 changed files with 80 additions and 24 deletions

View File

@@ -0,0 +1,21 @@
.wrap {
display: flex;
align-items: center;
gap: 10px;
padding: 0 4px;
margin-bottom: 8px;
}
.label {
font-size: 12px;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 1.2px;
font-weight: 700;
min-width: 20px;
}
/* Ограничиваем ширину селекта, чтобы он не растягивался на весь блок. */
.select {
width: 130px;
}