diff options
author | John McLear <john@mclear.co.uk> | 2015-03-04 17:46:49 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-04 17:46:49 +0000 |
commit | 56dbad41ada0e1d848fb8fca4a1608d34b372b36 (patch) | |
tree | 72f4704b62ffc65322b0b1add3fb45c5ae4c63ca /src/static/css | |
parent | 4e0353b3ef4e5b43278695c9a571c933c314e713 (diff) | |
download | etherpad-lite-56dbad41ada0e1d848fb8fca4a1608d34b372b36.zip |
a should always have white space pre-wrap stops caret walking in chrome on them
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/iframe_editor.css | 5 |
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; |