File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7676 }
7777
7878 .search-result-title {
79- margin-top : 40px ;
79+ margin-top : 25px ;
80+ }
81+
82+ .search-result-subtitle {
83+ text-overflow : ellipsis;
8084 }
8185
8286 .search-tags-desktop {
8589 }
8690
8791 @media (min-width : 992px ) {
88- bottom : 13 px ;
92+ bottom : 20 px ;
8993 }
9094 }
9195
@@ -250,7 +254,7 @@ <h2 class="pt-5 color-blue">{{i18n "search" }}</h2>
250254 <div class="col-12 col-lg-10">
251255 <h3 class="color-blue search-result-title">${ item . _highlightResult . title . value } </h3>
252256 <p class="color-gray search-result-subtitle">${ item . _highlightResult . subtitle . value } </p>
253- <div class="pt-3 search-tags-desktop">
257+ <div class="position-absolute search-tags-desktop">
254258 ${ tagToHtml ( item . tag ) }
255259 </div>
256260 </div>
You can’t perform that action at this time.
0 commit comments