fix:🩹 Set max width for event description #291
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Fri, 20 May 2022 11:51:42 +0000
        
          1 files changed,
          2 insertions(+),
          0 deletions(-)
          
          
        
            
            
            
            M
            
          
          frontend/containers/EventDetails/index.tsx
          
            → 
            frontend/containers/EventDetails/index.tsx
          
          
            
          @@ -169,6 +169,8 @@ },
}, section: { marginBottom: theme.spacing(2), + width: '540px', + maxWidth: '100%', }, map: { marginTop: theme.spacing(4),