From b39a41ddb264bbc673d731b81897583796657eca Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 19 Aug 2020 19:19:42 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=92=84=20Try=20to=20undo=20Fred=E2=80=99s?= =?utf8?q?=20CSS=20mess?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/sone.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 26d74e4..7638f19 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -3,6 +3,8 @@ /* first, override some fproxy rules. */ #sone div, #sone span, #sone .post .time,#sone .post .delete,#sone .post .show-reply-form, input[type=text], textarea { font: inherit; + /* workaround Fred’s CSS mess */ + max-width: inherit; } input[type=text], textarea { -- 2.7.4