Browse Source

style: Minimum width for select drop down's #7156

pull/7173/head
Ramesh Mane 10 months ago
parent
commit
501533765d
  1. 2
      packages/nc-gui/assets/style.scss

2
packages/nc-gui/assets/style.scss

@ -227,7 +227,7 @@ a {
} }
// select dropdown border style // select dropdown border style
.ant-select-dropdown { .ant-select-dropdown {
@apply border-1 border-gray-200 @apply border-1 border-gray-200 !min-w-max
} }
// menu item styling // menu item styling

Loading…
Cancel
Save