We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefae7e commit ca01ea3Copy full SHA for ca01ea3
packages/components/src/components/hds/advanced-table/th-resize-handle.ts
@@ -87,7 +87,7 @@ export default class HdsAdvancedTableThResizeHandle extends Component<HdsAdvance
87
return;
88
}
89
90
- return `${tableHeight - TABLE_BORDER_WIDTH * 2}px`;
+ return `${tableHeight - TABLE_BORDER_WIDTH * 4}px`;
91
92
93
get classNames(): string {
0 commit comments