From ee4e7cc682f67687169ef68494148c5af85c803f Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 24 Apr 2017 23:26:19 +0000 Subject: [PATCH] Fix table "Loading..." cell column span --- map.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/map.css b/map.css index d68458b..ebf1cb5 100644 --- a/map.css +++ b/map.css @@ -30,8 +30,7 @@ top: 0; bottom: 0; - transition: right .4s; - transition: width .4s; + transition: right .4s, width .4s; opacity: .85; -- Gitblit v1.9.1