Skip to content
Snippets Groups Projects
Unverified Commit c1bba2d4 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #22420 from nextcloud/fix/unified-search-ellipsized-title-subline

Make ellipsized unified search results visible on hover
parents 94a04d90 06f8c543
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -30,10 +30,10 @@
<!-- Title and sub-title -->
<span class="unified-search__result-content">
<h3 class="unified-search__result-line-one">
<h3 class="unified-search__result-line-one" :title="title">
<Highlight :text="title" :search="query" />
</h3>
<h4 v-if="subline" class="unified-search__result-line-two">{{ subline }}</h4>
<h4 v-if="subline" class="unified-search__result-line-two" :title="subline">{{ subline }}</h4>
</span>
</a>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment