fix: settings helper text font size (#313)

This commit is contained in:
Kristin Aoki
2023-04-21 09:19:39 -04:00
committed by GitHub
parent 80461755d1
commit 492ee27d8e
3 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const CardSection = ({
if (!show) { return null; }
return (
<Card.Section>
<Card.Section className="pt-0">
<Collapsible.Advanced
open={!isCardCollapsibleOpen}
>

View File

@@ -3,7 +3,9 @@
exports[`CardSection closed 1`] = `""`;
exports[`CardSection open 1`] = `
<Card.Section>
<Card.Section
className="pt-0"
>
<Advanced
open={false}
>

View File

@@ -12,6 +12,9 @@
.settingsWidget {
margin-top: 40px;
.pgn__form-text {
font-size: small;
}
}
.resetCard {