fix: settings helper text font size (#313)
This commit is contained in:
@@ -11,7 +11,7 @@ const CardSection = ({
|
||||
if (!show) { return null; }
|
||||
|
||||
return (
|
||||
<Card.Section>
|
||||
<Card.Section className="pt-0">
|
||||
<Collapsible.Advanced
|
||||
open={!isCardCollapsibleOpen}
|
||||
>
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
exports[`CardSection closed 1`] = `""`;
|
||||
|
||||
exports[`CardSection open 1`] = `
|
||||
<Card.Section>
|
||||
<Card.Section
|
||||
className="pt-0"
|
||||
>
|
||||
<Advanced
|
||||
open={false}
|
||||
>
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
|
||||
.settingsWidget {
|
||||
margin-top: 40px;
|
||||
.pgn__form-text {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
.resetCard {
|
||||
|
||||
Reference in New Issue
Block a user