Revert some cherry pick changes
This commit is contained in:
parent
01cc14a6ee
commit
bae76a5d5c
|
@ -124,5 +124,17 @@
|
||||||
{#if idx === 0 && componentDefinition?.component?.endsWith("/fieldgroup")}
|
{#if idx === 0 && componentDefinition?.component?.endsWith("/fieldgroup")}
|
||||||
<ResetFieldsButton {componentInstance} />
|
<ResetFieldsButton {componentInstance} />
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if section?.info}
|
||||||
|
<div class="text">
|
||||||
|
{@html section.info}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
</DetailSummary>
|
</DetailSummary>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.text {
|
||||||
|
font-size: var(--spectrum-global-dimension-font-size-75);
|
||||||
|
color: var(--grey-6);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue