diff --git a/client/app/components/styles/requestElementStyle.jsx b/client/app/components/styles/requestElementStyle.jsx index 8fa0c15..824fb28 100644 --- a/client/app/components/styles/requestElementStyle.jsx +++ b/client/app/components/styles/requestElementStyle.jsx @@ -5,6 +5,7 @@ export default { flexDirection: 'row', flexWrap: 'wrap', flexFlow: 'row wrap', + justifyContent: 'space-around', }, wrappingDiv: {