Skip to content

Commit

Permalink
Try: Fix issue with floated featured images overflowing focus style (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Aug 8, 2022
1 parent 481694b commit 751eed2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/latest-posts/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
&.is-grid {
padding-left: 0;
}

// Apply overflow for post items, so any floated featured images won't crop the focus style.
> li {
overflow: hidden;
}
}

.wp-block-latest-posts li a > div {
Expand Down

0 comments on commit 751eed2

Please sign in to comment.