Browse Source

Stop zooming for search input (#4094)

main
harish-sethuraman 3 years ago
committed by GitHub
parent
commit
7254849ade
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      beta/src/styles/sandpack.css

3
beta/src/styles/sandpack.css

@ -200,5 +200,8 @@ html.dark .sp-loading {
.cm-content {
font-size: initial;
}
.DocSearch-Input {
font-size: initial;
}
}
}

Loading…
Cancel
Save