Skip to content

Commit

Permalink
Update hint button width to fill the container
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Dec 22, 2017
1 parent 8532eec commit 6381a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="chal-hints hint-row row">
{% for hint in hints %}
<div class='col-md-12 hint-button-wrapper text-center mb-3'>
<a class="btn btn-info btn-hint" href="javascript:;" onclick="javascript:loadhint({{hint.id}})">
<a class="btn btn-info btn-hint btn-block" href="javascript:;" onclick="javascript:loadhint({{hint.id}})">
{% if hint.hint %}
<small>
View Hint
Expand Down

0 comments on commit 6381a86

Please sign in to comment.