Skip to content

Commit 0afd203

Browse files
committed
Minor UI fixes
1 parent 5d94901 commit 0afd203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builder/templates/builder/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% endblock %}
88

99
{% block body %}
10-
<div class="card">
10+
<div class="card" style="max-width: 600px; min-width: fit-content;">
1111
<div class="card-body">
1212
<form method="post">
1313
{% for field in form %}

builder/templates/builder/updates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<span class="input-group-text" id="hooks_forward" style="width: 200px;">Hooks forward</span>
4141
<input type="text" class="form-control" value="{{ course.update_hook }}" aria-label="Hooks forward" aria-describedby="hooks_forward" disabled>
4242
</div>
43-
<hr style="color: var(--bs-secondary-bg); opacity: 1.0;"/>
4443
{% endif %}
44+
<hr style="color: var(--bs-secondary-bg); opacity: 1.0;"/>
4545
<form method="post" action="{% url 'manager-git-hook' course.key %}" class="form-inline">
4646
<div>
4747
<div class="input-group mb-2 mt-2">

0 commit comments

Comments
 (0)