Vertically center single stat text in container instead of entire cell

pull/10616/head
Alex P 2017-12-11 11:18:18 -08:00
parent c1897cc36c
commit e4bb94cc66
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
}
.single-stat--value {
position: absolute;
top: calc(50% - 15px);
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: calc(100% - 32px);