| 5 | | The actual styles depend on the theme used and come from editor-style.css. In Twenty Ten it only adds `<span style="line-height: 16px;">...</span>`. Unfortunately we can't do much about it short of filing Chrome bug report, this has to be fixed upstream. |
| | 5 | The actual styles depend on the theme used and come from editor-style.css. In Twenty Ten it only adds `<span style="line-height: 16px;">...</span>`. Without editor-style.css it adds `<span style="line-height: 13px;">...</span>` which comes from the default stylesheet. |
| | 6 | |
| | 7 | Unfortunately we can't do much about it short of filing Chrome bug report, this has to be fixed upstream. |