From 3cc221889139f2f4b9e96a589a93096b42842241 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Thu, 29 Sep 2022 11:05:08 -0700 Subject: fix: pre text wrapping to overflow --- frontend/src/components/Common/mixins.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/src/components/Common') diff --git a/frontend/src/components/Common/mixins.js b/frontend/src/components/Common/mixins.js index ff2759f..6dbd982 100644 --- a/frontend/src/components/Common/mixins.js +++ b/frontend/src/components/Common/mixins.js @@ -40,7 +40,6 @@ export const CodeLike = css` font-family: JetBrains Mono !important; font-size: 13px !important; line-height: 1.6em !important; - white-space: pre-wrap; ` export const ButtonLike = css` @@ -49,4 +48,4 @@ export const ButtonLike = css` padding: 0.6em 1.5em; margin: 2em 0; outline: 0; -` \ No newline at end of file +` -- cgit v1.2.3