mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
[Mobile] Add line break between header options (#918)
Fixes an issue where "Time Period" shows up on a separate line from its dropdown
This commit is contained in:
parent
c24caceb03
commit
253ea62f8f
@ -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…
x
Reference in New Issue
Block a user