From 662813251572c1d9537316b02462fc627c490e93 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 12:08:53 +0100 Subject: [PATCH] set min-width for comments --- stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index de2a16c..c8dfb7d 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -522,6 +522,7 @@ } .theme-Baupm.controller-news #content .news-page .news-content { max-width: 50%; + min-width: 45%; } .theme-Baupm.controller-projects .wiki.description iframe { display: none;