Skip to content

Commit

Permalink
Spacer block: Fix null label in tooltip when horizontal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 10, 2024
1 parent 5939c41 commit 93f8685
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 93f8685

Please sign in to comment.