OverflowWrap

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

Attributes

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

Members list

Value members

Concrete fields

lazy val anywhere: StyleSetter

Indicates that normally unbreakable words may be broken at any points if there are no otherwise-acceptable break points in the line. No hyphenation character is inserted at the break point. Soft wrap opportunities introduced by the word break are considered when calculating min-content intrinsic sizes.

Indicates that normally unbreakable words may be broken at any points if there are no otherwise-acceptable break points in the line. No hyphenation character is inserted at the break point. Soft wrap opportunities introduced by the word break are considered when calculating min-content intrinsic sizes.

Attributes

Indicates that normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

Indicates that normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

Attributes

lazy override val normal: StyleSetter

Indicates that lines may only break at normal word break points.

Indicates that lines may only break at normal word break points.

Attributes