1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 09:06:07 +03:00

fix react-live error formatting

This commit is contained in:
Shawn Allen 2019-01-17 16:27:25 -08:00
parent 698ffb76de
commit 456c87ce73

View File

@ -48,7 +48,7 @@ export default function CodeExample(props) {
<Text
as={LiveError}
fontFamily="mono"
css={{
style={{
overflow: 'auto',
whiteSpace: 'pre'
}}