Skip to content

Commit

Permalink
#26972: fix responsive highlight width
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and mdo committed Jul 29, 2018
1 parent c73b4a7 commit 774724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.1/assets/scss/_algolia.scss
Expand Up @@ -68,7 +68,7 @@

.algolia-docsearch-suggestion--content {
float: none !important;
width: auto !important;
width: 100% !important;
padding: 0 !important;

// Vertical divider between column header and content
Expand Down

0 comments on commit 774724a

Please sign in to comment.