Skip to content

Commit

Permalink
feat: fix margin top in Table block and component (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakate authored Nov 8, 2023
1 parent ebca55f commit 22c00b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/blocks/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $block: '.#{$ns}table-block';

&__title {
@include heading2();
@include top-content-offset($offset: $indentM);
@include top-content-offset($offset: 0px);

position: sticky;
margin-right: $indentM;
Expand Down
2 changes: 0 additions & 2 deletions src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ $block: '.#{$ns}table';
$root: &;
@include text-size(body-2);

margin-top: $indentM;

&__table {
width: 100%;
overflow-x: auto;
Expand Down

0 comments on commit 22c00b5

Please sign in to comment.