diff options
author | John McLear <john@mclear.co.uk> | 2013-02-12 00:13:47 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-02-12 00:13:47 +0000 |
commit | 2f2046144554bf431d88c3a5167fba1fe039bc12 (patch) | |
tree | 533bf8b86325f3aed312faec9763c1e8238563a7 | |
parent | 5f73a5ec30202dee9b6e7710013160af28542e4a (diff) | |
download | etherpad-lite-2f2046144554bf431d88c3a5167fba1fe039bc12.zip |
a comment
-rw-r--r-- | src/static/css/iframe_editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 34b562e7..dd7452b2 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 */ } |