From 51078c32ec2e6ba640669ef6c5bce2c79da720a5 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 18 Sep 2015 23:57:56 +0000 Subject: [PATCH] TinyMCE: remove `word-break: break-word;` from the default editor CSS to prevent irregular spaces when typing in RTL languages. Props iehsanir, alireza1375, ankit-k-gupta. Fixes #33868. git-svn-id: https://develop.svn.wordpress.org/trunk@34317 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 863cbf9fa3..a974bc8c19 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -23,7 +23,6 @@ body { -webkit-font-smoothing: antialiased !important; overflow-wrap: break-word; word-wrap: break-word; /* Old syntax */ - word-break: break-word; /* iOS */ } body.rtl {