text-inset

The position of the text inside a text list.

Availability

Available in: List

Type

Length

Default value

None.

Inherited

No.

Example

// Enumerates an unordered list with '-'
list-unordered {
  enumeration-format: "-"
  text-inset:         2em
}