Add container for new comment visuals
This commit is contained in:
@@ -69,6 +69,11 @@ p.comment {
|
||||
h5 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.container {
|
||||
min-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#myComment {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#otherComments
|
||||
h5 =t('exercises.implement.comment.others')
|
||||
pre#otherCommentsTextfield
|
||||
.container
|
||||
|
||||
#myComment
|
||||
h5 =t('exercises.implement.comment.addyours')
|
||||
|
Reference in New Issue
Block a user