From: David ‘Bombe’ Roden Date: Wed, 19 Aug 2020 17:19:42 +0000 (+0200) Subject: 💄 Try to undo Fred’s CSS mess X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b39a41ddb264bbc673d731b81897583796657eca 💄 Try to undo Fred’s CSS mess --- 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 {