@mantine/core 7.15.1 → 7.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/styles.layer.css CHANGED
@@ -7415,10 +7415,14 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
7415
7415
  background-color: var(--mantine-color-dark-5);
7416
7416
  }
7417
7417
 
7418
- .m_d6493fad :first-child {
7418
+ .m_d6493fad
7419
+ :where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
7420
+ :first-child {
7419
7421
  margin-top: 0;
7420
7422
  }
7421
- .m_d6493fad :last-child {
7423
+ .m_d6493fad
7424
+ :where(h1, h2, h3, h4, h5, h6, img, p, ul, ol, hr, pre, table, caption, blockquote)
7425
+ :last-child {
7422
7426
  margin-bottom: 0;
7423
7427
  }
7424
7428
  .m_d6493fad :where(h1, h2, h3, h4, h5, h6) {