Skip to content

Commit

Permalink
Search: fix title for product layout (#34263)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj authored Nov 27, 2023
1 parent f021fbc commit 8ea9937
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Instant Search: fix title layout for product layout
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ $item-spacing: 16px;
$column-count: 5;
width: calc( ( 100% - ( #{$item-spacing} * #{$column-count} ) ) / #{$column-count} );
}
.jetpack-instant-search__search-result-title-link {
display: initial;
}
}

.jetpack-instant-search__search-result > .jetpack-instant-search__search-result-product-img-link {
Expand Down

0 comments on commit 8ea9937

Please sign in to comment.