From 27ce39dcde2463b5d0bb726df87b97b99ff5dd51 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 8 Nov 2020 17:02:14 +0100 Subject: [PATCH] Make table responsive --- editor/src/styles.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 4e7bebf..60c5630 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -243,6 +243,16 @@ mark { .wiki-list-editor { max-width: 960px; } +.wiki-list-editor { + .table-wrapper { + max-width: 960px; + overflow-x: auto; + } + .table-wrapper td { + white-space: pre; + text-wrap: none; + } +} .column a + a :before { content: '>';