Skip to content

Commit

Permalink
Update maxWidth in ModalDisplayTemplateA to improve layout consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenSmith-code committed Jan 20, 2025
1 parent dd76f0e commit 5ef1afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Widgets/ModalDisplayTemplateA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const templateAStyles = (theme) => ({
maxHeight: '350px',
height: '80%',
width: '90%',
// maxWidth: '600px', // TODO: Look for every instance of ModalDisplayTemplateA and see if max width is affected
maxWidth: '600px',
top: '0',
transform: isAndroid() ? 'translate(0%, -18%)' : 'translate(0%, -20%)',
[theme.breakpoints.down('xs')]: {
Expand Down

0 comments on commit 5ef1afd

Please sign in to comment.