From 9c3550abfca6ae1c30608f836fdae3cebc4f1da3 Mon Sep 17 00:00:00 2001 From: achmizs Date: Mon, 28 Jan 2019 18:32:18 +0000 Subject: [PATCH] Fix for overflowing tables --- papyrus.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/papyrus.css b/papyrus.css index 877f70f..4a436f0 100644 --- a/papyrus.css +++ b/papyrus.css @@ -99,6 +99,7 @@ body { padding: var(--papyrus-content-padding); display: flex; flex-flow: column; + min-width: 0; } /*======================*/ @@ -164,6 +165,7 @@ body { #wikitext { line-height: 1.5; + hyphens: auto; } #wikitext p { @@ -408,6 +410,10 @@ a { font-weight: normal; color: #a74000; } +#wikitext a { + overflow-wrap: break-word; + word-break: break-all; +} a:visited { text-decoration: none;