intelliwaketssveltekitv25 0.2.32 → 0.2.34
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.
|
@@ -141,12 +141,10 @@
|
|
|
141
141
|
{/snippet}
|
|
142
142
|
</ListGroupItems>
|
|
143
143
|
</div>
|
|
144
|
-
|
|
145
144
|
<div>
|
|
146
145
|
{@render footer?.()}
|
|
147
146
|
</div>
|
|
148
147
|
</div>
|
|
149
|
-
|
|
150
148
|
<div class="masterDetailDetail grid-rows-[auto_1fr] overflow-hidden {detailClass}"
|
|
151
149
|
class:hidden={!pathAnalyzer?.activePageSlug}
|
|
152
150
|
class:sm:grid={breakAt === 'sm'}
|
|
@@ -159,7 +157,7 @@
|
|
|
159
157
|
class:dark:bg-slate-700={showRoundedDetailFormatted}
|
|
160
158
|
class:rounded-lg={showRoundedDetailFormatted}
|
|
161
159
|
class:shadow={showRoundedDetailFormatted}>
|
|
162
|
-
<div>
|
|
160
|
+
<div class="overflow-hidden">
|
|
163
161
|
{#if !!showDetailShowHeader}
|
|
164
162
|
<h2>
|
|
165
163
|
{#if !!openItem?.faProps || !!detailShowHeaderFAProps}
|