Skip to content

Commit

Permalink
fix: layer dialog column max width
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Feb 24, 2020
1 parent ebb4c5a commit 85d9363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/edit/LayerDialogStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const layerDialogStyles = {
flex: '1 1 0px',
margin: '8px 16px 0',
boxSizing: 'border-box',
maxWidth: 380,
maxWidth: 260,
},
flexInnerColumnFlow: {
display: 'flex',
Expand Down

0 comments on commit 85d9363

Please sign in to comment.