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:
co-authored by
nmarrs
parent
13e16a4142
commit
5d328983a1
@@ -657,6 +657,7 @@ function getValueStyles(
|
|||||||
width: `${width}px`,
|
width: `${width}px`,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
textWrap: 'nowrap',
|
||||||
lineHeight: VALUE_LINE_HEIGHT,
|
lineHeight: VALUE_LINE_HEIGHT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user