feat(react/ribbon): improve editability select

This commit is contained in:
Elian Doran
2025-08-21 22:24:35 +03:00
parent f772f59d7c
commit da4810672d
5 changed files with 14 additions and 5 deletions

View File

@@ -2,4 +2,8 @@
font-size: small;
color: var(--muted-text-color);
white-space: normal;
}
.dropdown-item span.bx {
flex-shrink: 0;
}