[Mobile] Add line break between header options (#918)
Fixes an issue where "Time Period" shows up on a separate line from its dropdownmain
parent
c24caceb03
commit
253ea62f8f
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue