Skip to content

Commit

Permalink
* typography: improve text wrap in paragraphs.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 18, 2024
1 parent 9a3f1f8 commit f3030a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/typography/src/style/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.article table,
.article img {
@apply -my-[--article-p-space];
text-wrap: pretty;
}

.article p {
Expand Down
2 changes: 1 addition & 1 deletion lib/typography/src/style/blockquote.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blockquote, .blockquote {
@apply -border-l-4 -pl-3 -text-md;
text-wrap: balance;
text-wrap: pretty;
}
blockquote figcaption , .blockquote figcaption {
@apply -text-gray-500 -text-sm;
Expand Down

0 comments on commit f3030a2

Please sign in to comment.