UX: Wrap title on search log term page with a proper div.
Search log filter selector was not floating right as it should.
This commit is contained in:
parent
1a9452f24d
commit
4175de5071
|
@ -1,8 +1,7 @@
|
|||
<p>
|
||||
<div class="admin-title">
|
||||
{{period-chooser period=period}}
|
||||
{{combo-box content=searchTypeOptions value=searchType class='search-logs-filter'}}
|
||||
</p>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
{{#link-to 'full-page-search' (query-params q=term)}}{{term}}{{/link-to}}
|
||||
|
|
Loading…
Reference in New Issue