From 272e78418780a52297ee7be48903781ef7cb0d31 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 26 Apr 2020 01:03:39 +0200 Subject: [PATCH] style improvement for very narrow posts --- gulp/res/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index d93408b3..a70a1038 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -792,7 +792,7 @@ input:invalid, textarea:invalid { box-sizing: border-box; padding: .5em; max-width: 100%; - min-width: 25em; + min-width: 30em; } .postmenu {