mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user