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
This commit is contained in:
parent
9b546efc1b
commit
51078c32ec
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user