Commit 53ebf83d by cahrens Committed by Andy Armstrong

Make "Comments" legible.

parent ee0c25a9
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
<ul class="list list--actions"> <ul class="list list--actions">
<li> <li>
<label class="label">{% trans "Comments:" %} <label class="label comments__label">{% trans "Comments:" %}
<textarea class="cancel_submission_comments" value="" maxlength="10000"></textarea> <textarea class="cancel_submission_comments" value="" maxlength="10000"></textarea>
</label> </label>
</li> </li>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -162,6 +162,10 @@ ...@@ -162,6 +162,10 @@
.staff-info__cancel-submission__content { .staff-info__cancel-submission__content {
.comments__label {
color: $copy-secondary-color;
}
.cancel_submission_comments { .cancel_submission_comments {
width: 100%; width: 100%;
min-height: ($baseline-v*5); min-height: ($baseline-v*5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment