Browse Source

fix: multiselect type field expand btn overlap issue

pull/7348/head
Ramesh Mane 9 months ago
parent
commit
323408b73d
  1. 2
      packages/nc-gui/components/cell/MultiSelect.vue
  2. 2
      packages/nc-gui/components/cell/User.vue

2
packages/nc-gui/components/cell/MultiSelect.vue

@ -567,7 +567,7 @@ const onFocus = () => {
}
:deep(.ant-select-selector) {
@apply !px-0;
@apply !pl-0;
}
:deep(.ant-select-selection-search-input) {

2
packages/nc-gui/components/cell/User.vue

@ -437,7 +437,7 @@ const filterOption = (input: string, option: any) => {
}
:deep(.ant-select-selector) {
@apply !px-0;
@apply !pl-0;
}
:deep(.ant-select-selection-search-input) {

Loading…
Cancel
Save