From 0307668ca17b5d479ff484aecdc6e0b578e60b08 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Wed, 17 Jan 2018 19:30:33 +0200 Subject: Add horizontal scroll to wiki tables --- app/assets/stylesheets/framework/mixins.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss index e12b5aab381..ddd9dbb2be4 100644 --- a/app/assets/stylesheets/framework/mixins.scss +++ b/app/assets/stylesheets/framework/mixins.scss @@ -17,6 +17,8 @@ */ @mixin markdown-table { width: auto; + display: block; + overflow-x: auto; } /* -- cgit v1.2.3