diff options
Diffstat (limited to 'client/src/components/Editor/Editor.module.css')
-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 { |