From e9cdee77b08486774d295383e21cc49a49b989c7 Mon Sep 17 00:00:00 2001 From: jonkofee Date: Tue, 29 May 2018 17:31:29 +0300 Subject: [PATCH] fix($default-theme): table tag cannot scroll horizontally (close: #518) (#519) --- lib/default-theme/styles/theme.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/default-theme/styles/theme.styl b/lib/default-theme/styles/theme.styl index c07cacdc62..a8c513cd5f 100644 --- a/lib/default-theme/styles/theme.styl +++ b/lib/default-theme/styles/theme.styl @@ -150,6 +150,8 @@ hr table border-collapse collapse margin 1rem 0 + display: block + overflow-x: auto tr border-top 1px solid #dfe2e5