aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/Editor
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2024-02-21 11:36:25 +0530
committerBlaster4385 <[email protected]>2024-04-30 11:10:37 +0530
commit7219daaf19e5608aa4d342d2456b88c7491e0ebe (patch)
tree75e0f8e9018215c4daff189a4bacb4bb8b1536ab /client/src/components/Editor
parent136d914a5a9ff067aed7d33198abd566a82de12b (diff)
refactor: fixed text wrapping and cleanup css
Diffstat (limited to 'client/src/components/Editor')
-rw-r--r--client/src/components/Editor/Editor.module.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/client/src/components/Editor/Editor.module.css b/client/src/components/Editor/Editor.module.css
index e13ed71..1ea51ff 100644
--- a/client/src/components/Editor/Editor.module.css
+++ b/client/src/components/Editor/Editor.module.css
@@ -38,12 +38,8 @@
padding: 0 0 0 60.8px;
}
-.codespace__pre {
- background: transparent !important;
- height: 100%;
- width: 100%;
- margin: 0 !important;
- padding: 0 !important;
+.codespace__code {
+ word-break: break-word;
}
.btn__save {