WordBreak

com.raquo.laminar.defs.styles.traits.WordBreak
trait WordBreak extends Normal

Attributes

Graph
Supertypes
trait Normal
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val breakAll: StyleSetter

To prevent overflow, word breaks should be inserted between any two characters (excluding Chinese/Japanese/Korean text).

To prevent overflow, word breaks should be inserted between any two characters (excluding Chinese/Japanese/Korean text).

Attributes

To prevent overflow, normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

To prevent overflow, normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

Note: IE does not support this value

Attributes

lazy val keepAll: StyleSetter

Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

Attributes

Inherited fields

lazy val normal: StyleSetter

Attributes

Inherited from:
Normal