Skip to content

Commit

Permalink
fix: remove use of media for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Aug 19, 2024
1 parent a42d519 commit c6324ce
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,11 @@ const getStyles = ({ typography }) => ({
},
flexItem: {
flex: 1,
minWidth: '300px',
minWidth: '500px',
},
dataEntryReadyItem: {
minWidth: '300px',
},
'@media (max-width: 960px)': {
flexContainer: {
flexDirection: 'column',
},
},
});

const DialogButtons = ({ onCancel, onSave }) => (
Expand Down

0 comments on commit c6324ce

Please sign in to comment.