Skip to content

Commit

Permalink
apply text-wrap: pretty to AI assistant sidebar sections (#38653)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell authored Jul 31, 2024
1 parent f45da30 commit 381ed02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Jetpack AI: apply text-wrap: pretty to AI assistant sidebar sections
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.jetpack-ai-sidebar__feature-section {
margin-bottom: 2em;

p, p > * {
text-wrap: pretty;
}
}

.jetpack-ai-feedback__label {
Expand Down

0 comments on commit 381ed02

Please sign in to comment.