diff options
author | Blaster4385 <[email protected]> | 2024-02-21 11:36:25 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2024-04-30 11:10:37 +0530 |
commit | 7219daaf19e5608aa4d342d2456b88c7491e0ebe (patch) | |
tree | 75e0f8e9018215c4daff189a4bacb4bb8b1536ab /client/src/components/Editor | |
parent | 136d914a5a9ff067aed7d33198abd566a82de12b (diff) |
refactor: fixed text wrapping and cleanup css
Diffstat (limited to 'client/src/components/Editor')
-rw-r--r-- | client/src/components/Editor/Editor.module.css | 8 |
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 { |