From 37312144e2a75334cd13db9fd8a60c4c59b92d91 Mon Sep 17 00:00:00 2001 From: pgodwin Date: Mon, 9 Jul 2018 16:12:15 +1000 Subject: [PATCH] Allow markdown table to scroll `overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue. --- public/less/_markdown.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/less/_markdown.less b/public/less/_markdown.less index 458016d71..aafc66e6a 100644 --- a/public/less/_markdown.less +++ b/public/less/_markdown.less @@ -248,6 +248,7 @@ overflow:auto; word-break:normal; word-break:keep-all; + display:block; } table th {