Table: Don't wrap text labels for gauge cells (#88005)

Don't wrap text

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
pull/89433/head
Kyle Cunningham 1 year ago committed by GitHub
parent 13e16a4142
commit 5d328983a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-ui/src/components/BarGauge/BarGauge.tsx

@ -657,6 +657,7 @@ function getValueStyles(
width: `${width}px`,
display: 'flex',
alignItems: 'center',
textWrap: 'nowrap',
lineHeight: VALUE_LINE_HEIGHT,
};

Loading…
Cancel
Save