Skip to content

Commit

Permalink
Fix nav search box on big screens (jaredpalmer#2107)
Browse files Browse the repository at this point in the history
Search box is broken on the website (desktop version), it's overflowing out of the navbar
  • Loading branch information
madcido authored and jaredpalmer committed Dec 11, 2019
1 parent c7d4114 commit 97c435d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,7 @@ pre[class*="language-"] {
.reactNavSearchWrapper {
top: auto;
}
}
.reactNavSearchWrapper input#search_input_react {
line-height: 18px;
}
}

0 comments on commit 97c435d

Please sign in to comment.