diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-05 10:20:41 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-05 10:20:41 +0530 |
commit | 499c54e8eb53cf49d8ddae68528eb3a8243101d2 (patch) | |
tree | b0227990ac10376e51423a7886c69e54efa72a29 /src/components/Form/Form.scss | |
parent | 4df6eaa913737427ddec2561c0ee8c9235f0c95f (diff) |
fixed broken API routes and css glitch in form
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r-- | src/components/Form/Form.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index b4490a1..1ba5b85 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -72,7 +72,7 @@ input { width: 100%; } -.threePaneForm div { +.threePaneForm .formPane { @include formPane(); } @@ -95,7 +95,7 @@ input { width: 100%; } -.twoPaneForm div { +.twoPaneForm .formPane { @include formPane(); } |