summaryrefslogtreecommitdiff
path: root/src/static/css/iframe_editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/iframe_editor.css')
-rw-r--r--src/static/css/iframe_editor.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css
index 5134fcdb..dd7452b2 100644
--- a/src/static/css/iframe_editor.css
+++ b/src/static/css/iframe_editor.css
@@ -176,3 +176,7 @@ p {
}
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
+
+.ace-line{
+ overflow:hidden; /* Stops super long lines without being spaces such as aaaaaaaaaaaaaa*100 breaking the editor */
+}