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

Don't wrap text

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
Kyle Cunningham 2024-06-19 11:12:11 -05:00 committed by GitHub
parent 13e16a4142
commit 5d328983a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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