Skip to content

Commit

Permalink
Merge pull request #198 from wkelly17/wk-css-bugfix
Browse files Browse the repository at this point in the history
No need to limit the height to 7rem.
  • Loading branch information
linearcombination authored May 23, 2024
2 parents 4d4895c + 3ecdb92 commit 378ed54
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 378ed54

Please sign in to comment.