@@ -40,10 +40,10 @@ const Layout = props => {
4040 label = { labelHeight }
4141 attribute = { getAttrName ( 'height' ) }
4242 responsive = "all"
43- units = { [ 'px' , 'vh' ] }
44- min = { [ 0 , 0 ] }
45- sliderMax = { [ 1000 , 100 ] }
46- step = { [ 1 , 1 ] }
43+ units = { [ 'px' , 'rem' , ' vh' ] }
44+ min = { [ 0 , 0 , 0 ] }
45+ sliderMax = { [ 1000 , 60 , 100 ] }
46+ step = { [ 1 , 1 , 1 ] }
4747 allowReset = { true }
4848 placeholder = "0"
4949 helpTooltip = { {
@@ -155,10 +155,10 @@ const Spacing = props => {
155155 attribute = { getAttrName ( 'padding' ) }
156156 responsive = "all"
157157 hover = "all"
158- units = { [ 'px' , 'em' , '%' ] }
158+ units = { [ 'px' , 'em' , 'rem' , ' %' ] }
159159 defaultLocked = { true }
160- min = { [ 0 , 0 , 0 ] }
161- sliderMax = { [ 200 , 30 , 100 ] }
160+ min = { [ 0 , 0 , 0 , 0 ] }
161+ sliderMax = { [ 200 , 30 , 30 , 100 ] }
162162 helpTooltip = { {
163163 video : 'inner-block-padding' ,
164164 description : __ ( 'Sets the block paddings, i.e the space between the inner columns and the block border' , i18n ) ,
@@ -174,10 +174,10 @@ const Spacing = props => {
174174 label = { labelMargins }
175175 attribute = { getAttrName ( 'margin' ) }
176176 responsive = "all"
177- units = { [ 'px' , '%' ] }
177+ units = { [ 'px' , 'rem' , ' %' ] }
178178 defaultLocked = { false }
179- sliderMin = { [ - 200 , - 100 ] }
180- sliderMax = { [ 200 , 100 ] }
179+ sliderMin = { [ - 200 , - 15 , - 100 ] }
180+ sliderMax = { [ 200 , 15 , 100 ] }
181181 placeholder = "0"
182182 helpTooltip = { {
183183 video : 'advanced-block-margin' ,
0 commit comments