diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 34b562e76..dd7452b25 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -178,5 +178,5 @@ p { #overlaysdiv { position: absolute; left: -1000px; top: -1000px; } .ace-line{ - overflow:hidden; + overflow:hidden; /* Stops super long lines without being spaces such as aaaaaaaaaaaaaa*100 breaking the editor */ }