mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue