Update composite field for new UI

This commit is contained in:
Clemente Raposo 2024-12-05 00:50:15 +00:00 committed by Jack Anderson
parent a245d5b9ac
commit 0df408a433

View file

@ -38,7 +38,7 @@
class="field-group-item d-flex flex-column justify-content-end h-100 w-100">
<!-- LABEL -->
<span class="field-group-label pt-2 pr-1">
<span class="field-group-label pr-1">
<label *ngIf="attribute.labelKey && showLabel(attribute)">
<scrm-label [labelKey]="attribute.labelKey" [module]="getModule()"></scrm-label>
<ng-container *ngIf="attribute.definition.required && (['edit', 'create'].includes(mode))">