From 696f0847499e3c027158b4280522065211d02df1 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 5 Sep 2024 17:08:35 +0200 Subject: [PATCH] style.css: halt fileinfo debording. Fix #188 --- stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index f791af44..1b9afc24 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -389,6 +389,11 @@ form table tr td div.center { float: none; } +.file.multifile > p { + width: 0px; + min-width: 100%; +} + p.fileinfo { display: block; margin: 0.2em 0px;