Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
We need to specify the padding-top property because Firefox doesn't r…
…ender text correctly inside the select element in the legacy menu widget.
  • Loading branch information
anton-vlasenko committed Aug 13, 2021
commit 7d5a9b1c9d28f849dda0b5ac2852e6da3df3353c
5 changes: 5 additions & 0 deletions packages/widgets/src/blocks/legacy-widget/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
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