Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Table: Don't wrap text labels for gauge cells (grafana#88005)
Browse files Browse the repository at this point in the history
Don't wrap text

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
  • Loading branch information
codeincarnate and nmarrs authored Jun 19, 2024
1 parent 13e16a4 commit 5d32898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grafana-ui/src/components/BarGauge/BarGauge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ function getValueStyles(
width: `${width}px`,
display: 'flex',
alignItems: 'center',
textWrap: 'nowrap',
lineHeight: VALUE_LINE_HEIGHT,
};

Expand Down

0 comments on commit 5d32898

Please sign in to comment.