Skip to content

Commit 300fe6a

Browse files
authored
Forms: fix left margin on inbox (#46044)
1 parent 8a0ceb4 commit 300fe6a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Forms: fix left margin on inbox

projects/packages/forms/src/dashboard/components/layout/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ body.jetpack_page_jetpack-forms-admin {
9393

9494
&.is-stage {
9595
flex-grow: 1;
96+
margin-left: variables.$grid-unit-10; // Help left stage look good with WP Admin sidebar
9697
}
9798

9899
&.is-inspector {

0 commit comments

Comments
 (0)