diff --git a/gulp/res/css/themes/tomorrow.css b/gulp/res/css/themes/tomorrow.css index b95d606f..4e2ff045 100644 --- a/gulp/res/css/themes/tomorrow.css +++ b/gulp/res/css/themes/tomorrow.css @@ -31,7 +31,7 @@ table { border: none; - border-spacing: revert; + border-spacing: 2px; } @media only screen and (max-width: 600px) { diff --git a/gulp/res/css/themes/tomorrow2.css b/gulp/res/css/themes/tomorrow2.css index 0f269ee6..e5adcb01 100644 --- a/gulp/res/css/themes/tomorrow2.css +++ b/gulp/res/css/themes/tomorrow2.css @@ -43,7 +43,7 @@ table { border: none; - border-spacing: revert; + border-spacing: 2px; } @media only screen and (max-width: 600px) {