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 fbd9677932
commit ddb1ec294e

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;