Skip to content

Commit a939faf

Browse files
(Table): wrap Icon with container, following docs
1 parent 635703c commit a939faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/Table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const TableHeaderColumn: FC<TableHeaderColumnProps> = (props) => {
186186
<span className='slds-assistive-text'>Sort </span>
187187
{cellContent}
188188
<Icon
189+
container
189190
className='slds-is-sortable__icon'
190191
textColor='default'
191192
size='x-small'

0 commit comments

Comments
 (0)