minor css fix for multifile replies (make reflow consistent with site)
This commit is contained in:
parent
c416363fe3
commit
1d97524db4
|
@ -18,7 +18,8 @@
|
|||
margin-right: .2em;
|
||||
}
|
||||
|
||||
.post.op.multifile {
|
||||
.post.op.multifile,
|
||||
.post.reply.multifile .body {
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue