mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 23:54:57 +08:00
DEV: Add div with className around Search no results header (#30774)
Another case of text node missing container with a selectable class.
This commit is contained in:
parent
0fcb832244
commit
bad869dd81
|
@ -17,7 +17,9 @@
|
|||
{{html-safe this.resultCountLabel}}
|
||||
</div>
|
||||
{{else}}
|
||||
{{i18n "search.full_page_title"}}
|
||||
<div class="search-page-heading__page-title">
|
||||
{{i18n "search.full_page_title"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</h1>
|
||||
<div class="search-bar">
|
||||
|
|
Loading…
Reference in New Issue
Block a user