Browse Source

fix : removed unwanted spaces

pull/7181/head
musharaf-nocodb 10 months ago
parent
commit
4b8ee083f5
  1. 5
      packages/nc-gui/assets/style.scss

5
packages/nc-gui/assets/style.scss

@ -515,7 +515,7 @@ a {
/* Hide the element with id nc-selected-item-icon */ /* Hide the element with id nc-selected-item-icon */
.ant-select-selection-item #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) { .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
@ -604,8 +604,7 @@ a {
} }
.ant-popover-inner { .ant-popover-inner {
padding: 0 !important; @apply rouded-lg !p-0;
@apply rounded-lg
} }
.ant-popover-inner-content { .ant-popover-inner-content {
@apply !px-1.5 !py-1 text-xs; @apply !px-1.5 !py-1 text-xs;

Loading…
Cancel
Save