fix(ui): fix slight vertical overflow in project selector (#6589)

This commit is contained in:
Albin Groen
2026-01-02 13:24:20 +01:00
committed by GitHub
parent 5b162229e1
commit b4e0c3fdd2
+3
View File
@@ -112,6 +112,9 @@
pointer-events: none;
}
[data-slot="select-select-item-indicator"] {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
width: 16px;
height: 16px;