Explorar el Código

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

Albin Groen hace 1 mes
padre
commit
ddb1ec294e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;