aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Common
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2022-09-29 11:05:08 -0700
committerJacky Zhao <[email protected]>2022-09-29 11:05:08 -0700
commit3cc221889139f2f4b9e96a589a93096b42842241 (patch)
tree515eabc261e22ed1a4a49acb9b1cd11d740c48ad /frontend/src/components/Common
parentMerge pull request #80 from Siddhant-K-code/master (diff)
downloadctrl-v-3cc221889139f2f4b9e96a589a93096b42842241.tar.xz
ctrl-v-3cc221889139f2f4b9e96a589a93096b42842241.zip
fix: pre text wrapping to overflow
Diffstat (limited to 'frontend/src/components/Common')
-rw-r--r--frontend/src/components/Common/mixins.js3
1 files changed, 1 insertions, 2 deletions
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
+`