Browse Source

fix : removed unwanted spaces

pull/7181/head
musharaf-nocodb 10 months ago
parent
commit
4b8ee083f5
  1. 7
      packages/nc-gui/assets/style.scss
  2. 2
      packages/nc-gui/components/smartsheet/column/LookupOptions.vue

7
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;

2
packages/nc-gui/components/smartsheet/column/LookupOptions.vue

@ -83,7 +83,7 @@ const cellIcon = (column: ColumnType) =>
<a-form-item class="flex w-1/2 pb-2" :label="$t('labels.links')" v-bind="validateInfos.fk_relation_column_id">
<a-select
v-model:value="vModel.fk_relation_column_id"
dropdown-class-name="!w-64 !rounded-md nc-dropdown-relation-table "
dropdown-class-name="!w-64 !rounded-md nc-dropdown-relation-table"
@change="onRelationColChange"
>
<a-select-option v-for="(table, i) of refTables" :key="i" :value="table.col.fk_column_id">

Loading…
Cancel
Save