From 7219daaf19e5608aa4d342d2456b88c7491e0ebe Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Wed, 21 Feb 2024 11:36:25 +0530 Subject: refactor: fixed text wrapping and cleanup css --- client/src/components/Editor/Editor.module.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'client/src/components/Editor') 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 { -- cgit