Browse Source

fix: review changes

pull/7298/head
Ramesh Mane 9 months ago
parent
commit
a5fd82dcb3
  1. 2
      packages/nc-gui/components/cell/MultiSelect.vue
  2. 2
      packages/nc-gui/components/cell/SingleSelect.vue
  3. 2
      packages/nc-gui/components/cell/User.vue

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

@ -359,7 +359,7 @@ const onFocus = () => {
v-if="!active"
class="flex flex-wrap"
:class="{
'!px-2': isExpandedFormOpen,
'px-2': isExpandedFormOpen,
}"
:style="{
'display': '-webkit-box',

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

@ -283,7 +283,7 @@ const onFocus = () => {
v-if="!(active || isEditable)"
class="w-full"
:class="{
'!px-2': isExpandedFormOpen,
'px-2': isExpandedFormOpen,
}"
>
<a-tag v-if="selectedOpt" class="rounded-tag max-w-full" :color="selectedOpt.color">

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

@ -268,7 +268,7 @@ const filterOption = (input: string, option: any) => {
v-if="!active"
class="flex flex-wrap"
:class="{
'!px-2': isExpandedFormOpen,
'px-2': isExpandedFormOpen,
}"
:style="{
'display': '-webkit-box',

Loading…
Cancel
Save