Commit 2c227447 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин 🕓
Browse files

fix: gap in Table

parent 097eb47e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ const tableColumns: ITableColumn[] = [
  {
    name: 'Name',
    type: 'text',
    sortable: true,
  },
  {
    name: 'Age',
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ export const Full: Story = {
          value: 'Football',
        },
        {
          value: 'Canada',
          value: 'Canadaaaaaaaaaaaa',
        },
      ],
      [
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ const isRegisterSensitive = ref<boolean>(false);

watch(props.columns, () => (columns.value = props.columns));

const initGap = computed(() => calcGap(props.gap ?? '0px', props.fontSize));
const initGap = computed(() => calcGap(props.gap ?? '5px', props.fontSize));
const additionalHeightFromSize = computed(() => calcAdditionalHeight(props.size, props.fontSize));
const themeColor = computed(() => convertThemeToColor(props.theme, props.darknessTheme));
const color = computed(() =>