You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scss/06-blocks/core/_paragraph.scss
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,14 @@ p {
15
15
}
16
16
}
17
17
}
18
+
19
+
// For paragraphs generated by wpautop function (eg. excerpts), paragraphs are wrapped in a div with the class "is-style-large" for example. We need to apply the text style to the p elements inside the div.
0 commit comments