Skip to content

Commit

Permalink
Helper and Dialog tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Oct 11, 2022
1 parent 030cc25 commit b15a967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/src/components/molecules/Helper/Helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const Container = styled.div<{ $type: HelperType; $alignment: Alignment }>(
border-radius: ${theme.radii.large};
text-align: center;
overflow-x: auto;
${$alignment === 'horizontal' &&
css`
Expand Down
3 changes: 3 additions & 0 deletions components/src/components/organisms/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const StyledCard = styled.div(
${mq.sm.min(css`
width: initial;
`)}
${mq.md.min(css`
max-width: 80vw;
`)}
`,
)

Expand Down

0 comments on commit b15a967

Please sign in to comment.