///////////////////////////////////////////////// // FLEX - FLEX-WRAP ///////////////////////////////////////////////// ORIGINAL DEFAULT VALUE flexWrap: 'wrap', 6/3/19 must have in order to get elements to actually word-wrap (use-case: icon + title - under "wrap", once the title fills all available empty space, the items will then stack (icon will now rest above the title) - it will not wrap within itself until it has become its own block-level element & filled all that space - under "nowrap", title will wrap w/in itself (which tends to be the desired result in "icon + title" scenario) - thus, allowing the user to control wrap may be necessary under certain conditions 6/7/19 "flex-wrap" is currently only available as an editable user control in the grouper element