diff --git a/src/css/editor.less b/src/css/editor.less index dc767b8c6..108236953 100644 --- a/src/css/editor.less +++ b/src/css/editor.less @@ -10,8 +10,8 @@ font-family: 'Lora', Georgia, serif; margin: 1em 0; color: #454545; - /* - Chrome bug adds inline styles when backspacing to join 2 blocks. + /* + Chrome bug adds inline styles when backspacing to join 2 blocks. Fix: Apply font styles to parent element, or use % for font-size, line-height. http://stackoverflow.com/questions/15015019/prevent-chrome-from-wrapping-contents-of-joined-p-with-a-span */ @@ -31,6 +31,7 @@ } .__mobiledoc-editor a { color: @themeColorText; + white-space: nowrap; } .__mobiledoc-editor { h1, h2, h3, h4, h5, h6 {