Skip to content

Commit

Permalink
add bold class to form field labels
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed Aug 11, 2023
1 parent 6fc6802 commit eab2f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion studies/templates/studies/experiment_runner/efp_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>
{% endblock header %}
{% block form %}
{% bootstrap_form form %}
{% bootstrap_form form label_class="fw-bold" %}
<div id="commit-description" class="card bg-light my-4">
<div class="card-header">
<h3 class="card-subtitle my-1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
</p>
{% endblock header %}
{% block form %}
{% bootstrap_form form %}
{% bootstrap_form form label_class="fw-bold" %}
{% endblock form %}

0 comments on commit eab2f69

Please sign in to comment.