diff --git a/ts/routes/card-info/CardInfo.svelte b/ts/routes/card-info/CardInfo.svelte
index 938c7d92a..7bf276a7f 100644
--- a/ts/routes/card-info/CardInfo.svelte
+++ b/ts/routes/card-info/CardInfo.svelte
@@ -37,16 +37,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
- {#if showRevlog}
-
-
-
- {/if}
{#if fsrsEnabled && showCurve}
{/if}
+ {#if showRevlog}
+
+
+
+ {/if}
{:else}
{/if}
diff --git a/ts/routes/card-info/ForgettingCurve.svelte b/ts/routes/card-info/ForgettingCurve.svelte
index 19af5e703..ed84fcc20 100644
--- a/ts/routes/card-info/ForgettingCurve.svelte
+++ b/ts/routes/card-info/ForgettingCurve.svelte
@@ -108,7 +108,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.forgetting-curve {
width: 100%;
max-width: 50em;
- margin-bottom: 10em;
+ margin-bottom: 1em;
}
.time-range-selector {