Skip to content

Commit

Permalink
fix(css): enforce no margin on DocSearch form
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 24, 2020
1 parent 9a38842 commit f5947a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docsearch-css/src/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
box-shadow: var(--docsearch-searchbox-shadow);
display: flex;
height: var(--docsearch-searchbox-height);
margin: 0;
padding: 0 var(--docsearch-spacing);
position: relative;
width: 100%;
Expand Down

0 comments on commit f5947a9

Please sign in to comment.