Skip to content

Commit 368d509

Browse files
fix(odyssey-react): TableSortButton padding now accounts for two Icons
1 parent 6f3161c commit 368d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/odyssey-react/src/components/Table/TableSortButton.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
width: 100%;
1717
padding-block: 0;
1818
padding-inline-start: 0;
19-
padding-inline-end: calc(1em + var(--PaddingInlineEnd));
19+
padding-inline-end: calc(2em + var(--PaddingInlineEnd));
2020
border: 0;
2121
background: none;
2222
font-family: inherit;

0 commit comments

Comments
 (0)