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
Top toolbar: fix half a pixel artifacting of the bottom border.
  • Loading branch information
jasmussen committed Jun 4, 2024
commit 2ad2018ccb1216f6ae7e931870a001161521479f
2 changes: 2 additions & 0 deletions packages/editor/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
// Leave enough room for the focus ring to show.
padding: 2px 0;
align-items: center;
// Fix visual artifacting at the bottom.
max-height: $header-height - $border-width;
// Allow focus ring to be fully visible on furthest right button.
@include break-medium() {
padding-right: var(--wp-admin-border-width-focus);
Expand Down