mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Update composite field for new UI
This commit is contained in:
parent
a245d5b9ac
commit
0df408a433
1 changed files with 1 additions and 1 deletions
|
@ -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))">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue