mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
13e16a4142
commit
5d328983a1
@ -657,6 +657,7 @@ function getValueStyles(
|
||||
width: `${width}px`,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
textWrap: 'nowrap',
|
||||
lineHeight: VALUE_LINE_HEIGHT,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user