Skip to content

Commit

Permalink
Spacer block: Fix null label in tooltip when horizontal layout (#58909
Browse files Browse the repository at this point in the history
)
  • Loading branch information
t-hamano authored and youknowriad committed Feb 13, 2024
1 parent f8897cc commit 8a16821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/spacer/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@

&.resize-horizontal {
margin-bottom: 0;
// Important is used to have higher specificity than the inline style set by re-resizable library.
height: 100% !important;
}
}

0 comments on commit 8a16821

Please sign in to comment.