Skip to content

Commit

Permalink
[MCKIN-12189] Add feedback close button text
Browse files Browse the repository at this point in the history
  • Loading branch information
murad-hubib authored and Agrendalath committed Jan 13, 2020
1 parent c9eafdb commit cae6611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions problem_builder/public/css/questionnaire.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
font-family: FontAwesome;
font-style: normal;
text-align: center;
font-size: 0;
}

.mentoring .questionnaire .choice-tips .close:before,
.mentoring .questionnaire .feedback .close:before {
font-size: 20px;
}

.mentoring .choices-list .choice-selector {
Expand Down
2 changes: 1 addition & 1 deletion problem_builder/templates/html/tip_choice_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{{ tip_html|safe }}
{% endfor %}
</div>
<button class="close icon-remove-sign fa fa-times-circle"></button>
<button class="close icon-remove-sign fa fa-times-circle">&times;</button>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '3.4.6'
VERSION = '3.4.7'

# Functions #########################################################

Expand Down

0 comments on commit cae6611

Please sign in to comment.