1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Revert some cherry pick changes

This commit is contained in:
Andrew Kingston 2022-09-01 13:14:25 +01:00
parent 60289734dd
commit aed4331ce8

View file

@ -124,5 +124,17 @@
{#if idx === 0 && componentDefinition?.component?.endsWith("/fieldgroup")}
<ResetFieldsButton {componentInstance} />
{/if}
{#if section?.info}
<div class="text">
{@html section.info}
</div>
{/if}
</DetailSummary>
{/each}
<style>
.text {
font-size: var(--spectrum-global-dimension-font-size-75);
color: var(--grey-6);
}
</style>