Fix OutSystems UI flexbox position based CSS classes
109
Views
0
Comments
New
OutSystems UI

The current set of OutSystems UI flexbox position based CSS classes (<top|center, |bottom>—<left|center|right>) are based on the assumption the the flex-direction is the default value of row.  When the flex-direction is not row (row-reverse|column|column-reverse) most of the flexbox position classes do not position the contained items in position that corresponds to the stated flexbox position class name.