mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
5 lines
133 B
CSS
5 lines
133 B
CSS
/* Comment text area size to maximum */
|
|
.question-comment-view .comment-ctrl .comment-area {
|
|
max-width: none;
|
|
width: 100%;
|
|
}
|