Skip to content

Commit 9750e0a

Browse files
authored
fix: Increase width of table column resize control (#3366)
1 parent 3d8e33f commit 9750e0a

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
@@ -13,7 +13,7 @@
1313
user-select: none;
1414
}
1515

16-
$handle-width: awsui.$space-l;
16+
$handle-width: awsui.$space-xl;
1717
$active-separator-width: 2px;
1818

1919
th:not(:last-child) > .divider {

0 commit comments

Comments
 (0)