Widen the challenge creation form to make it easier to show longer challenge types (#1901)

This commit is contained in:
Kevin Chung
2021-06-01 08:58:23 -04:00
committed by GitHub
parent bdc58ef911
commit 20460c861d

View File

@@ -89,7 +89,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-md-2 offset-md-2">
<div class="col-md-3 offset-md-1">
<h5 class="text-center pb-3">
Challenge Types
</h5>
@@ -111,7 +111,7 @@
{% endfor %}
</div>
</div>
<div class="col-md-6">
<div class="col-md-7">
<div id="create-chal-entry-div">
</div>
</div>