mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-11 01:04:30 +01:00
Update hint button width to fill the container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user