From 95aa093dc9126a9fa064f3d6c41806586522b271 Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Mon, 2 Nov 2020 09:51:56 +0000 Subject: [PATCH] overflow wrap on .post-info to fix issue with long subject or name on mobile --- gulp/res/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 7e0d1779..4ed47377 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -483,7 +483,7 @@ th { td, th { padding: 5px; /*word-break: break-all;*/ - word-break: break-word; + overflow-wrap: break-word; } .flex-center { @@ -955,6 +955,7 @@ input:invalid, textarea:invalid { padding: 5px; padding-left: 3px; display:block; + overflow-wrap: break-word; } .post-container.op .post-info {