Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/_inc/client/ai/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "@automattic/jetpack-base-styles/admin-page-layout" as *;

body.jetpack_page_ai {
body.jetpack_page_jetpack-ai {

@include jetpack-admin-page-layout;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: bugfix

AI page: update the layout-mixin selector to match the renamed `jetpack-ai` body class so the page layout (sticky header, scrollable middle, pinned footer) applies again.
Loading