Skip to content

Commit 002c51e

Browse files
committed
chore: default resizer block gap to 9 on each sizde
1 parent 992739c commit 002c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/resizer/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $active-separator-width: 2px;
1818
// $block-gap: calc(2 * #{awsui.$space-xs} + #{awsui.$space-xxxs});
1919
// Use a CSS custom property so the gap can be overridden at runtime (demo/playground for designers).
2020
// stylelint-disable-next-line custom-property-pattern
21-
$block-gap: var(--awsui-table-resizer-block-gap, 0px);
21+
$block-gap: var(--awsui-table-resizer-block-gap, 18px);
2222

2323
.resizer-wrapper {
2424
inset-block: 0;

0 commit comments

Comments
 (0)