diff --git a/components/Aside/Aside.module.css b/components/Aside/Aside.module.css index 95027bc98..d17e3fca2 100644 --- a/components/Aside/Aside.module.css +++ b/components/Aside/Aside.module.css @@ -5,17 +5,16 @@ .admonition div, .admonition ol, .admonition ul { - @apply mb-3; + @apply mb-3 !important; } .admonition ol li::before { - @apply mr-1; + @apply mr-1 !important; } .admonition div:last-child, .admonition ol:last-child, .admonition ul:last-child, -.admonition li, -.admonition div p { +.admonition li { @apply my-0 !important; } diff --git a/components/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap b/components/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap index ab81192ab..a83799b97 100644 --- a/components/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap +++ b/components/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap @@ -40,56 +40,40 @@ exports[`ErrorBoundary should render alert message correctly (snapshot) 1`] = ` role="alert" >
- - Please check the following information: - -
+ Please check the following information: +- - ComponentWithError. - -
+ ComponentWithError. +- - Please check terminal output for further details. - -
+ Please check terminal output for further details. +- - Please reload this page after changing code. - -
+ Please reload this page after changing code. +{children}
+const Paragraph = ({ children, className, ...props }: Props): JSX.Element => ( +