react-crud-mobile 1.3.363 → 1.3.364

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.
@@ -2440,9 +2440,7 @@ elementStyle.view = {
2440
2440
  inner: {
2441
2441
  width: '100%',
2442
2442
  alignItems: 'normal',
2443
- flex: 1,
2444
- flexDirection: 'row',
2445
- justifyContent: 'space-between'
2443
+ flex: 1
2446
2444
  },
2447
2445
  container: {
2448
2446
  width: '100%',
@@ -2517,9 +2515,7 @@ var styles$b = /*#__PURE__*/StyleSheet.create({
2517
2515
  color: 'labelColor'
2518
2516
  },
2519
2517
  inner: {
2520
- width: '100%',
2521
- flexDirection: 'row',
2522
- justifyContent: 'space-between'
2518
+ width: '100%'
2523
2519
  }
2524
2520
  });
2525
2521
  var withChildStyles = /*#__PURE__*/StyleSheet.create({