From dcfd41c3acad58c3ffaff1d6d41f36c65ca5bf92 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 12 Oct 2024 18:35:29 +0200 Subject: [PATCH] style.css: use flex display for multiple files --- stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index b96755e8..63de8117 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -374,7 +374,8 @@ form table tr td div.center { } .files.multifile { - float: left; + display: flex; + flex-wrap: wrap; } .file {