minor css fix for multifile replies (make reflow consistent with site)

This commit is contained in:
towards-a-new-leftypol 2024-02-10 08:05:42 -05:00
parent c416363fe3
commit 1d97524db4
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
margin-right: .2em;
}
.post.op.multifile {
.post.op.multifile,
.post.reply.multifile .body {
clear: both;
}
</style>