Skip to content

Commit

Permalink
Revert "[@mantine/core] TypographyStylesProvider: Fix margin removal …
Browse files Browse the repository at this point in the history
…affectin…"

This reverts commit 2cdf8b8.
  • Loading branch information
rtivital authored Jan 7, 2025
1 parent 7a9d9c2 commit 0f7da65
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
.root {
&
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
:first-child {
& :first-child {
margin-top: 0;
}

&
:where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
:last-child {
& :last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit 0f7da65

Please sign in to comment.