You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: While word-break: break-word is deprecated, it has the same effect, when specified, as word-break: normal and overflow-wrap: anywhere — regardless of the actual value of the overflow-wrap property.
v2.7.0 から変更があったようなのですが、
word-break
にbreak-all
を指定しないでほしいです。85032e9
beak-all
にするとCJK以外でも単語の途中で改行をしてしまいます。https://developer.mozilla.org/ja/docs/Web/CSS/word-break
The text was updated successfully, but these errors were encountered: