Skip to content

Commit

Permalink
Enabled Full height in Additional CSS (WordPress#68993)
Browse files Browse the repository at this point in the history
* Enabled Full Height in Additional CSS Field

* Enabled Full Height in Additional CSS Field

* Fixed Border Issue After Full Height

* Added Suggested changes

Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Rishit30G <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: annezazu <[email protected]>
  • Loading branch information
6 people authored Feb 11, 2025
1 parent c8cf3b9 commit 0479a08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function ScreenRoot() {
return (
<Card
size="small"
isBorderless
className="edit-site-global-styles-screen-root"
isRounded={ false }
>
Expand Down
5 changes: 5 additions & 0 deletions packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,14 @@
}
}

.edit-site-global-styles-sidebar__navigator-provider {
height: 100%;
}

.edit-site-global-styles-sidebar__navigator-screen {
display: flex;
flex-direction: column;
height: 100%;
}

.edit-site-global-styles-sidebar__navigator-screen .single-column {
Expand Down

0 comments on commit 0479a08

Please sign in to comment.