We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebca55f commit 22c00b5Copy full SHA for 22c00b5
src/blocks/Table/Table.scss
@@ -8,7 +8,7 @@ $block: '.#{$ns}table-block';
8
9
&__title {
10
@include heading2();
11
- @include top-content-offset($offset: $indentM);
+ @include top-content-offset($offset: 0px);
12
13
position: sticky;
14
margin-right: $indentM;
src/components/Table/Table.scss
@@ -7,8 +7,6 @@ $block: '.#{$ns}table';
7
$root: &;
@include text-size(body-2);
- margin-top: $indentM;
-
&__table {
width: 100%;
overflow-x: auto;
0 commit comments