[Mobile] Add line break between header options (#918)

Fixes an issue where "Time Period" shows up on a separate
line from its dropdown
main
fiestasiesta 2022-12-30 14:01:47 -05:00 committed by GitHub
parent c24caceb03
commit 253ea62f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@
</option> </option>
{% endfor %} {% endfor %}
</select> </select>
<br />
<label for="config-time-period">{{ translation['config-time-period'] }}: </label> <label for="config-time-period">{{ translation['config-time-period'] }}: </label>
<select name="tbs" id="result-time-period"> <select name="tbs" id="result-time-period">
{% for time_period in time_periods %} {% for time_period in time_periods %}