From 163750f3e5e523ccc0ecbe45f2e576598bdcc8ab Mon Sep 17 00:00:00 2001 From: Will O'Brien Date: Sun, 25 Aug 2019 17:17:44 -0700 Subject: [PATCH] MDL-66488 mod_assign: make submission comments textarea expandable Allow submission comments textarea on assignment "View all submissions" page to expand both ways, rather than just vertically. --- mod/assign/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/assign/styles.css b/mod/assign/styles.css index 0c5d724ba54..7d89414fb69 100644 --- a/mod/assign/styles.css +++ b/mod/assign/styles.css @@ -182,6 +182,10 @@ background-color: #fc9; } +.path-mod-assign .gradingtable .commentscontainer .comment-ctrl .comment-area textarea { + resize: both; +} + .path-mod-assign td.submissioneditable { color: red; }