From 38c79f6eae7c146940628596928a0b478a02d23d Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 28 Feb 2019 18:42:25 +1000 Subject: [PATCH] Fix links overflowing their boxes in Shadow and Nox. --- themes/nox/public/main.css | 3 +++ themes/shadow/public/main.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 40419c80..788bc6c1 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -781,6 +781,9 @@ button, .formbutton, .panel_right_button:not(.has_inner_button) { border-radius: 3px; padding: 16px; } +.user_content { + word-break: break-word; +} .user_content.in_edit { padding: 0px; background: none; diff --git a/themes/shadow/public/main.css b/themes/shadow/public/main.css index b6ed0285..a4853576 100644 --- a/themes/shadow/public/main.css +++ b/themes/shadow/public/main.css @@ -263,6 +263,9 @@ h1, h2, h3 { background-size: 128px; padding-left: calc(128px + 12px); } +.user_content { + word-break: break-word; +} .controls { width: 100%;