Skip to content

Commit

Permalink
No need to limit the height to 7rem. The disclaimer causes some odd o…
Browse files Browse the repository at this point in the history
…verflow scrolling once the download button has been hit
  • Loading branch information
wkelly17 authored May 17, 2024
1 parent 3871c33 commit 3ecdb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/settings/GenerateDocument.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
}
</script>

<div class="h-28 bg-white pb-4 pt-12">
<div class="bg-white pb-4 pt-12">
{#if !generatingDocument || $settingsUpdated}
{#if ($langCountStore > 0 || $langCountStore <= 2) && $assemblyStrategyKindStore && $bookCountStore > 0 && $resourceTypesCountStore > 0}
<div class="pb-4">
Expand Down

0 comments on commit 3ecdb92

Please sign in to comment.