Skip to content

Commit

Permalink
fix: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Dec 28, 2023
1 parent 466049f commit a5fd82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nc-gui/components/cell/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const onFocus = () => {
v-if="!active"
class="flex flex-wrap"
:class="{
'!px-2': isExpandedFormOpen,
'px-2': isExpandedFormOpen,
}"
:style="{
'display': '-webkit-box',
Expand Down
2 changes: 1 addition & 1 deletion packages/nc-gui/components/cell/SingleSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion packages/nc-gui/components/cell/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

1 comment on commit a5fd82d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.203.0-pr-7298-20231228-1835

Please sign in to comment.