From 7247e83ec735a49b990d641933b8684c2dfe28bb Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Mon, 21 Apr 2014 22:33:45 +0800 Subject: [PATCH] fix reply box height --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index aa020fc..4509846 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -572,6 +572,7 @@ img.unread { .preview { padding: 0.5em; font-size: 15px; + min-height: 200px; } .preview p > img { display: block; @@ -786,6 +787,11 @@ textarea.editor { height: 400px; } +#edit_reply_form .preview, +#create_topic_form .preview { + min-height: 400px; +} + #submit_btn { margin-top: 10px; }