mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
revert: reverted singlestat panel position change PR #12004
This commit is contained in:
parent
33ee1fba30
commit
829af9425f
@ -7,14 +7,13 @@
|
||||
|
||||
.singlestat-panel-value-container {
|
||||
line-height: 1;
|
||||
position: absolute;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
font-size: 3em;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-weight: $font-weight-semi-bold;
|
||||
}
|
||||
|
||||
.singlestat-panel-prefix {
|
||||
|
Loading…
Reference in New Issue
Block a user