Skip to content

Commit

Permalink
Don't use Mozilla specific css hacks and just apply proper top and bo…
Browse files Browse the repository at this point in the history
…ttom margins.
  • Loading branch information
anton-vlasenko committed Aug 13, 2021
1 parent 7d5a9b1 commit 64f3809
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/widgets/src/blocks/legacy-widget/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,12 @@
line-height: 1;
min-height: 30px;
padding-left: $grid-unit-10;
padding-top: $grid-unit * 1.25;
padding-bottom: $grid-unit * 1.25;
}
select {
padding-left: $grid-unit-05;
}
@-moz-document url-prefix() {
select {
padding-top: $grid-unit-20;
}
}
}

// Reset z-index set on https://github.com/WordPress/wordpress-develop/commit/f26d4d37351a55fd1fc5dad0f5fef8f0f964908c.
Expand Down

0 comments on commit 64f3809

Please sign in to comment.