From 5576bc065230739a721c65728e2c056cd0bf0118 Mon Sep 17 00:00:00 2001 From: Rizky Ariestiyansyah Date: Fri, 4 Aug 2017 02:37:42 +0700 Subject: [PATCH] fix for firefox 51 and 52 issue --- public/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index a873f0be..853f17cc 100644 --- a/public/main.css +++ b/public/main.css @@ -389,7 +389,8 @@ tbody { letter-spacing: -0.78px; font-family: 'Segoe UI', 'SF Pro Text', sans-serif; top: 53px; - width: 98.5px; + left: 50%; + transform: translateX(-50%); -moz-user-select: none; -ms-user-select: none; user-select: none;