From 56dbad41ada0e1d848fb8fca4a1608d34b372b36 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 4 Mar 2015 17:46:49 +0000 Subject: [PATCH] a should always have white space pre-wrap stops caret walking in chrome on them --- src/static/css/iframe_editor.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;