diff --git a/docs/css/react.scss b/docs/css/react.scss index c48231a6efce..e07f83c3f94b 100644 --- a/docs/css/react.scss +++ b/docs/css/react.scss @@ -7,8 +7,9 @@ @mixin code-typography { font-family: 'source-code-pro', Menlo, Consolas, 'Courier New', monospace; - font-size: 13px; line-height: 1.5; + font-size: 13px; + -webkit-text-size-adjust: none; } $skinnyContentWidth: 650px;