Преглед изворни кода

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

Albin Groen пре 1 месец
родитељ
комит
ddb1ec294e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      packages/ui/src/components/select.css

+ 3 - 0
packages/ui/src/components/select.css

@@ -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;