Small UI improvement
This commit is contained in:
parent
8f046c59c1
commit
9a825225dd
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
.problems-problem {
|
.problems-problem {
|
||||||
width: 40%;
|
max-width: 60vh;
|
||||||
}
|
}
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
width: 5em;
|
width: 5em;
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
{% for field in problems_form[0] %}
|
{% for field in problems_form[0] %}
|
||||||
{% if not field.is_hidden %}
|
{% if not field.is_hidden %}
|
||||||
<th>
|
<th class="problems-{{field.name}}">
|
||||||
{{field.label}}
|
{{field.label}}
|
||||||
</th>
|
</th>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue