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

Fixes an issue where "Time Period" shows up on a separate
line from its dropdown
pull/919/head
fiestasiesta 1 year ago committed by GitHub
parent c24caceb03
commit 253ea62f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save