Skip to content

Commit

Permalink
Fit items into 100% width (#64465)
Browse files Browse the repository at this point in the history
Fix long keys overflow in bindings panel

Co-authored-by: SantosGuillamot <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent 992bcde commit 7502c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/block-bindings.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div.block-editor-bindings__panel {
grid-template-columns: auto;
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
button:hover .block-editor-bindings__item-explanation {
color: inherit;
}
Expand Down

0 comments on commit 7502c6a

Please sign in to comment.