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:
Mark VanLandingham 2025-01-14 14:18:51 -06:00 committed by GitHub
parent 0fcb832244
commit bad869dd81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,9 @@
{{html-safe this.resultCountLabel}} {{html-safe this.resultCountLabel}}
</div> </div>
{{else}} {{else}}
{{i18n "search.full_page_title"}} <div class="search-page-heading__page-title">
{{i18n "search.full_page_title"}}
</div>
{{/if}} {{/if}}
</h1> </h1>
<div class="search-bar"> <div class="search-bar">