react-crud-mobile 1.3.63 → 1.3.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1652,7 +1652,9 @@ function UIOrder(props) {
1652
1652
  style: _extends({
1653
1653
  flex: 1,
1654
1654
  width: '100%'
1655
- }, scope.getStyle('order')),
1655
+ }, scope.getStyle('order', {
1656
+ justifyContent: 'flex-start'
1657
+ })),
1656
1658
  children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
1657
1659
  placeholder: "Pesquisar...",
1658
1660
  field: "query",