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:
Julien Pivotto 2017-12-23 14:57:37 +01:00
parent 24723cdb3c
commit 6a6633ab86

View File

@ -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;