Skip to content

Commit c6874c9

Browse files
fix(NetworkTable): fix columns align
1 parent b88c30e commit c6874c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/nodesColumns/columns.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ export function getNetworkUtilizationColumn<
422422
return (
423423
<CellWithPopover
424424
placement={['top', 'bottom']}
425-
fullWidth
426425
content={
427426
<DefinitionList responsive>
428427
<DefinitionList.Item key={'NetworkUtilization'} name={i18n('sum')}>
@@ -489,7 +488,6 @@ export function getPingTimeColumn<
489488
return (
490489
<CellWithPopover
491490
placement={['top', 'bottom']}
492-
fullWidth
493491
content={
494492
<DefinitionList responsive>
495493
<DefinitionList.Item key={'PingTimeUs'} name={i18n('avg')}>
@@ -528,7 +526,6 @@ export function getClockSkewColumn<
528526
return (
529527
<CellWithPopover
530528
placement={['top', 'bottom']}
531-
fullWidth
532529
content={
533530
<DefinitionList responsive>
534531
<DefinitionList.Item key={'ClockSkewUs'} name={i18n('avg')}>

0 commit comments

Comments
 (0)