From fa0a96f0574de23eb3e055d1b1b2c6514f033590 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 10 Mar 2020 18:46:35 -0700 Subject: [PATCH] Remove horizontal scroll because it adds vertical scroll (?). --- themes/vanilla/assets/scss/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index a31a5b4..ece9aa3 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -152,5 +152,4 @@ td { .katex-html { white-space: nowrap; - overflow-x: auto; }