Skip to content

Commit ca01ea3

Browse files
committed
fix resize handle height
1 parent cefae7e commit ca01ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/hds/advanced-table/th-resize-handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class HdsAdvancedTableThResizeHandle extends Component<HdsAdvance
8787
return;
8888
}
8989

90-
return `${tableHeight - TABLE_BORDER_WIDTH * 2}px`;
90+
return `${tableHeight - TABLE_BORDER_WIDTH * 4}px`;
9191
}
9292

9393
get classNames(): string {

0 commit comments

Comments
 (0)