commit b6d6b154c00b8c5f699f2a86056a39c8c2c2ace8 parent 182a477606b750f99a38ac38e889655299219c75 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sat, 14 Sep 2019 12:22:52 -0400 Remove border for comment previews Diffstat:
M | layouts/partials/css/isso.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css @@ -236,6 +236,7 @@ display: none; } .isso-postbox.preview-mode > .form-wrapper .preview { + border: 0; display: block; } .isso-postbox.preview-mode > .form-wrapper input[name="edit"] {