Add container for new comment visuals

This commit is contained in:
Maximilian Grundke
2017-08-23 17:52:28 +02:00
parent ce3bf52509
commit 8a2a4c2b51
2 changed files with 6 additions and 1 deletions

View File

@@ -69,6 +69,11 @@ p.comment {
h5 { h5 {
margin-top: 0px; margin-top: 0px;
} }
.container {
min-height: 300px;
overflow-y: auto;
}
} }
#myComment { #myComment {

View File

@@ -1,6 +1,6 @@
#otherComments #otherComments
h5 =t('exercises.implement.comment.others') h5 =t('exercises.implement.comment.others')
pre#otherCommentsTextfield .container
#myComment #myComment
h5 =t('exercises.implement.comment.addyours') h5 =t('exercises.implement.comment.addyours')