Skip to content

Commit

Permalink
SpacingSizesControl: Remove UnitControl inline style use (#45412)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored Oct 31, 2022
1 parent cba9df0 commit 51d9222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ export default function SpacingInputControl( {
label={ ariaLabel }
hideLabelFromVision={ true }
className="components-spacing-sizes-control__custom-value-input"
style={ { gridColumn: '1' } }
size={ '__unstable-large' }
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
.components-spacing-sizes-control__custom-value-input {
width: 124px;
margin-top: 8px;
grid-column: 1;
}

.components-range-control {
Expand Down

0 comments on commit 51d9222

Please sign in to comment.