Skip to content

Commit

Permalink
fix(ui): new tooltip broke table row size (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen authored Feb 4, 2025
1 parent ddda5b5 commit fd6fcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave-js/src/components/Panel2/PanelTable/PanelTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ const PanelTableInner: React.FC<
<Tooltip
key={rowSize}
content={rowSizeTooltipContent[RowSize[rowSize]]}
noTriggerWrap
trigger={
<Button
startIcon={rowSizeIconName[RowSize[rowSize]]}
Expand Down

0 comments on commit fd6fcbc

Please sign in to comment.