Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
octaedro committed Feb 23, 2024
1 parent 1940dad commit 79b13e1
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,20 @@

&__content {
// Ensure the pre-publish panel accounts for the header and footer height.
min-height: calc(100% - #{$header-height + 172px});
min-height: calc( 100% - #{ $header-height + 200px } );
}

&__footer {
padding: $grid-unit-20;
bottom: $gap-largest + $gap-large;
padding: 0 $grid-unit-20;
left: 0;
width: 100%;
min-height: $gap-largest + $gap-large;
display: flex;
align-items: center;

.components-base-control__field {
margin: 0;
}
}
}

Expand Down

0 comments on commit 79b13e1

Please sign in to comment.