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.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css
index 1f247e59..eb69364b 100644
--- a/src/static/css/iframe_editor.css
+++ b/src/static/css/iframe_editor.css
@@ -11,7 +11,10 @@ span { cursor: auto; }
background: #acf;
}
-a { cursor: pointer !important; }
+a {
+ cursor: pointer !important;
+ white-space:pre-wrap;
+}
ul, ol, li {
padding: 0;