OverflowWrap

class OverflowWrap(name: String) extends Style[String]
class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val breakWord: StyleSetter

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.

MDN

lazy 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.

MDN