moodle/question/bank/comment/styles.css

5 lines
133 B
CSS

/* Comment text area size to maximum */
.question-comment-view .comment-ctrl .comment-area {
max-width: none;
width: 100%;
}