Merge pull request #386 from ariestiyansyah/master

fix percentage view on mobile layout
This commit is contained in:
Erica
2017-08-03 16:12:57 -04:00
committed by GitHub

View File

@@ -393,8 +393,8 @@ tbody {
letter-spacing: -0.78px;
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
top: 53px;
left: 246.75px;
width: 98.5px;
left: 50%;
transform: translateX(-50%);
-moz-user-select: none;
-ms-user-select: none;
user-select: none;