Skip to content

Commit

Permalink
Update margin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Dec 9, 2020
1 parent 21a067c commit cdd01ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/controls/margin/margin.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ export class Margin extends MultiSlider {
},
slider: {
px: {
min: -100,
max: 100,
min: -250,
max: 250,
step: 1
},
'%': {
min: -20,
max: 20,
min: -100,
max: 100,
step: 0.1
},
em: {
min: -5,
max: 5,
step: 0.1
min: -100,
max: 100,
step: 1
}
}
};
Expand Down

0 comments on commit cdd01ae

Please sign in to comment.