From 4b8ee083f5689fd543f5a727c98a384e9f250525 Mon Sep 17 00:00:00 2001 From: musharaf-nocodb Date: Tue, 12 Dec 2023 14:44:25 +0530 Subject: [PATCH] fix : removed unwanted spaces --- packages/nc-gui/assets/style.scss | 7 +++---- .../nc-gui/components/smartsheet/column/LookupOptions.vue | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui/assets/style.scss b/packages/nc-gui/assets/style.scss index df11f056e2..bf9625379a 100644 --- a/packages/nc-gui/assets/style.scss +++ b/packages/nc-gui/assets/style.scss @@ -36,7 +36,7 @@ body { overflow-y: visible !important; } -.rc-virtual-list-holder-inner{ +.rc-virtual-list-holder-inner { @apply !px-1.5 } .ant-layout-header { @@ -515,7 +515,7 @@ a { /* Hide the element with id nc-selected-item-icon */ .ant-select-selection-item #nc-selected-item-icon { - display: none; + @apply hidden; } .ant-select-item-option-selected:not(.ant-select-item-option-disabled) { @@ -604,8 +604,7 @@ a { } .ant-popover-inner { - padding: 0 !important; - @apply rounded-lg + @apply rouded-lg !p-0; } .ant-popover-inner-content { @apply !px-1.5 !py-1 text-xs; diff --git a/packages/nc-gui/components/smartsheet/column/LookupOptions.vue b/packages/nc-gui/components/smartsheet/column/LookupOptions.vue index d20aa0775b..6c08af0cc0 100644 --- a/packages/nc-gui/components/smartsheet/column/LookupOptions.vue +++ b/packages/nc-gui/components/smartsheet/column/LookupOptions.vue @@ -83,7 +83,7 @@ const cellIcon = (column: ColumnType) =>