Utility classes for changing an element's flex wrap property. Flex wrap affects how child elements will wrap to new lines if the parent container is too small.

Classes for flex wrap are named using the format: [flex]-[value].

Where value includes:

  • nowrap - for flex-wrap: nowrap
  • wrap - for flex-wrap: wrap
  • wrap-reverse - for flex-wrap: wrap-reverse
ClassContents

Note that flex-wrap: nowrap is the default value for flex wrap in Unity. Unless the value needs to be overridden from a parent, the flex-nowrapclass is not needed.

0
1
2

UXML

0
1
2

UXML

0
1
2

UXML