From 1d97524db41f977c335b381a60619bdb165e4565 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 10 Feb 2024 08:05:42 -0500 Subject: [PATCH] minor css fix for multifile replies (make reflow consistent with site) --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4692ffc..ce9843a 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@ margin-right: .2em; } - .post.op.multifile { + .post.op.multifile, + .post.reply.multifile .body { clear: both; }