Skip to content

Commit

Permalink
feat(BaseTable): improve base table styles (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
beliarh authored Sep 12, 2024
1 parent a587956 commit f43d9ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/BaseTable/BaseTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ $block: '.#{variables.$ns}table';
&__cell,
&__header-cell,
&__footer-cell {
box-sizing: border-box;
padding: 0;
height: inherit;

text-align: start;
Expand Down Expand Up @@ -98,11 +100,5 @@ $block: '.#{variables.$ns}table';
width: 100%;
height: auto;
}

&__cell,
&__header-cell,
&__footer-cell {
display: flex;
}
}
}

0 comments on commit f43d9ce

Please sign in to comment.