commit 182a477606b750f99a38ac38e889655299219c75 parent b926d23d04b7da9fdc7bfbbcb23b66b855eb1efc Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sat, 14 Sep 2019 12:15:25 -0400 Prevent nested reply auth section from running over Diffstat:
M | layouts/partials/css/isso.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css @@ -163,7 +163,7 @@ } .isso-postbox > .form-wrapper > .auth-section, .isso-postbox > .form-wrapper > .auth-section .post-action { - display: block; + display: flow-root; } .isso-postbox > .form-wrapper .textarea, .isso-postbox > .form-wrapper .preview {