@r2digisolutions/components 0.14.7 → 0.14.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -139,9 +139,7 @@
|
|
|
139
139
|
</aside>
|
|
140
140
|
{/if}
|
|
141
141
|
|
|
142
|
-
<section
|
|
143
|
-
class="relative flex min-h-0 w-full flex-1 flex-col bg-surface lg:h-auto lg:self-stretch"
|
|
144
|
-
>
|
|
142
|
+
<section class="relative flex h-full min-h-0 w-full flex-1 flex-col bg-surface">
|
|
145
143
|
<div
|
|
146
144
|
class="pointer-events-none absolute inset-0 bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-brand-500/5 via-transparent to-transparent"
|
|
147
145
|
aria-hidden="true"
|
|
@@ -161,7 +159,7 @@
|
|
|
161
159
|
|
|
162
160
|
<!-- Form column: true center in remaining space -->
|
|
163
161
|
<div
|
|
164
|
-
class="flex min-h-0 flex-1 flex-col items-center justify-center overflow-y-auto px-5 py-8 sm:px-8 sm:py-10"
|
|
162
|
+
class="flex h-full min-h-0 flex-1 flex-col items-center justify-center overflow-y-auto px-5 py-8 sm:px-8 sm:py-10"
|
|
165
163
|
>
|
|
166
164
|
<div class="mx-auto w-full max-w-md shrink-0">
|
|
167
165
|
{#if children}
|