diff --git a/packages/gatsby-theme-newrelic/src/components/GlobalStyles/GlobalStyles.js b/packages/gatsby-theme-newrelic/src/components/GlobalStyles/GlobalStyles.js index 6a07b33ca..433a84d23 100644 --- a/packages/gatsby-theme-newrelic/src/components/GlobalStyles/GlobalStyles.js +++ b/packages/gatsby-theme-newrelic/src/components/GlobalStyles/GlobalStyles.js @@ -229,6 +229,9 @@ const GlobalStyles = ({ layout }) => ( transform: translateX(-100%); padding-right: 4px; } + .children-nowrap * { + white-space: nowrap; + } `} /> );