mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Fix unclickable label in challenge creation ui (#1554)
* Fix unclickable label in challenge creation ui
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<span class="card-title">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input card-radio-clone" type="radio" style="visibility: hidden;" checked>
|
||||
<label class="form-check-label">{{ type }}</label>
|
||||
<span class="form-check-label">{{ type }}</span>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user