Skip to content

Commit

Permalink
Let's use 8px (equal to the size of the grid unit) vs 10px (as sugges…
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Aug 17, 2021
1 parent 64f3809 commit 5f52f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/widgets/src/blocks/legacy-widget/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
line-height: 1;
min-height: 30px;
padding-left: $grid-unit-10;
padding-top: $grid-unit * 1.25;
padding-bottom: $grid-unit * 1.25;
padding-top: $grid-unit;
padding-bottom: $grid-unit;
}
select {
padding-left: $grid-unit-05;
Expand Down

0 comments on commit 5f52f34

Please sign in to comment.