Skip to content

Commit 22c00b5

Browse files
authored
feat: fix margin top in Table block and component (#676)
1 parent ebca55f commit 22c00b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/blocks/Table/Table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $block: '.#{$ns}table-block';
88

99
&__title {
1010
@include heading2();
11-
@include top-content-offset($offset: $indentM);
11+
@include top-content-offset($offset: 0px);
1212

1313
position: sticky;
1414
margin-right: $indentM;

src/components/Table/Table.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ $block: '.#{$ns}table';
77
$root: &;
88
@include text-size(body-2);
99

10-
margin-top: $indentM;
11-
1210
&__table {
1311
width: 100%;
1412
overflow-x: auto;

0 commit comments

Comments
 (0)