Fix unclickable label in challenge creation ui (#1554)

* Fix unclickable label in challenge creation ui
This commit is contained in:
Kevin Chung
2020-07-19 20:17:59 -04:00
committed by GitHub
parent 421dfc169a
commit 9a2f46e182

View File

@@ -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>