Skip to content

Commit

Permalink
Fix dialogs for iphone use
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Jan 15, 2024
1 parent d87a79d commit ce5af56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const StyledDialog = styled(Dialog)`
display: flex;
flex-direction: column;
padding: 1rem;
width: 480px;
width: calc(100vw * 0.7);
max-width: 500px;
`

export const HorizontalContent = styled.div`
Expand Down

0 comments on commit ce5af56

Please sign in to comment.