Skip to content

Commit dfb033e

Browse files
committed
fix: update typography CSS selectors for improved prose handling
1 parent 6a4a08c commit dfb033e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nimiq-css/src/css/typography.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
margin-trim: block;
2121

2222
&:not(:where(.nq-prose-compact, [nq-prose-compact])) {
23-
> *:not(:where(.nq-raw, .nq-raw *, .nq-no-prose, .nq-no-prose *)) {
23+
> *:not(:where(.nq-raw, .nq-raw *, .nq-not-prose, .nq-not-prose *)) {
2424
padding-right: 2rem;
2525
padding-left: 2rem;
2626

@@ -59,7 +59,7 @@
5959
margin-bottom: 0;
6060
}
6161

62-
*:not(:where(.nq-raw, .nq-raw *, .nq-no-prose, .nq-no-prose *)) {
62+
*:not(:where(.nq-raw, .nq-raw *, .nq-not-prose, .nq-not-prose *)) {
6363
line-height: 1.5;
6464
max-width: var(--nq-prose-max-width, 780px);
6565
margin-left: auto;

0 commit comments

Comments
 (0)