mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix small singlestat value display
This fix improves the rendering of singlestats in small boxes in grafana 5. This allows the user to get boxes oh height=1 and still see the value of the stat entirely. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
24723cdb3c
commit
6a6633ab86
@ -6,6 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.singlestat-panel-value-container {
|
.singlestat-panel-value-container {
|
||||||
|
line-height: 1;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user