Skip to content

Commit 0b4325a

Browse files
aagam-shahclaude
andcommitted
Fix upgrade notice width to match accordion cards
Add box-sizing: border-box so the Notice's border and padding are included in the 680px width, aligning with the accordions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7d700a0 commit 0b4325a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • projects/plugins/jetpack/_inc/content-guidelines-ai

projects/plugins/jetpack/_inc/content-guidelines-ai/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,5 @@
230230
.jetpack-content-guidelines-ai__upgrade-notice {
231231
width: min(680px, 100%);
232232
margin: 0 auto 16px;
233+
box-sizing: border-box;
233234
}

0 commit comments

Comments
 (0)