Skip to content

Commit 462b746

Browse files
committed
Fixes missing padding between hits in instant search hit groups
1 parent 37a5cbc commit 462b746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/SmartStore.Web/Views/Search/Partials/InstantSearch.HitGroup.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
else
2020
{
21-
@Html.Raw(Model.Parent.SearchResult.Highlight(hit.Label, "<span class='instasearch-match'>", "</span>", false))
21+
@Html.Raw(Model.Parent.SearchResult.Highlight(hit.Label, "<span class='instasearch-match pl-1'>", "</span>", false))
2222
}
2323
@if (hit.Tag.HasValue())
2424
{

0 commit comments

Comments
 (0)