react-crud-mobile 1.3.362 → 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.
@@ -2463,9 +2463,9 @@ elementStyle.input = /*#__PURE__*/StyleSheet.create({
2463
2463
  flex: 1,
2464
2464
  width: '100%',
2465
2465
  padding: 0,
2466
- flexDirection: 'row',
2467
- justifyContent: 'space-between',
2466
+ gap: 10,
2468
2467
  alignSelf: 'flex-start',
2468
+ flexDirection: 'row',
2469
2469
  flexWrap: 'wrap'
2470
2470
  }
2471
2471
  });