Skip to content

Commit

Permalink
Merge pull request meshery#8690 from phanithinks/7402_safari_search_r…
Browse files Browse the repository at this point in the history
…esult

Fixes the issue in Docs Search: Unwanted display of search result on separate line from bullet point in safari browser(7402)
  • Loading branch information
leecalcote authored Sep 17, 2023
2 parents 2123a75 + f6c3aff commit db40111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_sass/overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ div.overview {
h2[id]:before,
h4[id]:before,
h5[id]:before {
display: block;
display: inline-block;
content: " ";
visibility: hidden;
}
Expand Down Expand Up @@ -83,4 +83,4 @@ a:hover, a > strong:hover {
.image-right {
float: right;
padding-right: 10px;
}
}

0 comments on commit db40111

Please sign in to comment.