Skip to content

Commit 7247e83

Browse files
committed
fix reply box height
1 parent 9e58b57 commit 7247e83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stylesheets/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ img.unread {
572572
.preview {
573573
padding: 0.5em;
574574
font-size: 15px;
575+
min-height: 200px;
575576
}
576577
.preview p > img {
577578
display: block;
@@ -786,6 +787,11 @@ textarea.editor {
786787
height: 400px;
787788
}
788789

790+
#edit_reply_form .preview,
791+
#create_topic_form .preview {
792+
min-height: 400px;
793+
}
794+
789795
#submit_btn {
790796
margin-top: 10px;
791797
}

0 commit comments

Comments
 (0)