Add container for new comment visuals
This commit is contained in:
@@ -69,6 +69,11 @@ p.comment {
|
|||||||
h5 {
|
h5 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
min-height: 300px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#myComment {
|
#myComment {
|
||||||
|
@@ -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')
|
||||||
|
Reference in New Issue
Block a user