Skip to content

Commit

Permalink
Remove unnecessary max-height rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Sep 16, 2024
1 parent 9559a2d commit 82b2932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $resize-handle-height: $grid-unit-30;

&:not(details) {
padding-top: $resize-handle-height;
max-height: 100%;
}

// The component renders as a details element in short viewports.
Expand Down

0 comments on commit 82b2932

Please sign in to comment.