all repos — caroster @ a39f5083b3b6277f4a1af238d79728739172f597

[Octree] Group carpool to your event https://caroster.io

fix:🩹 Set max width for event description

#291
Simon Mulquin simon@octree.ch
Fri, 20 May 2022 11:51:42 +0000
commit

a39f5083b3b6277f4a1af238d79728739172f597

parent

445bdba5156505c28a56150a62f080b720e91b8d

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M frontend/containers/EventDetails/index.tsxfrontend/containers/EventDetails/index.tsx

@@ -169,6 +169,8 @@ },

}, section: { marginBottom: theme.spacing(2), + width: '540px', + maxWidth: '100%', }, map: { marginTop: theme.spacing(4),