Skip to content

Commit

Permalink
Fix issue where search results would flow outside container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Jan 12, 2023
1 parent 57daed8 commit ad002db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/_includes/components/searchScript.njk
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
resultsDiv.innerHTML = resultsHTML;
return;
}
resultsHTML += '<div>';
resultsHTML += '<div style="max-width:100%;">';
// we need to add title, url from ref
results.forEach(r => {
if(r.tags && r.tags.length > 0){
Expand Down

0 comments on commit ad002db

Please sign in to comment.