mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Update group-field inner label display
This commit is contained in:
parent
efd3551a06
commit
fa66ddd453
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
<!-- LABEL -->
|
||||
<span *ngIf="groupField.labelKey && showLabel(groupField.definition.name)"
|
||||
class="field-group-label pt-2 pr-1">
|
||||
class="field-group-label pt-2 pr-1 font-weight-bold">
|
||||
<label>
|
||||
<scrm-label [labelKey]="groupField.labelKey" [module]="getModule()"></scrm-label>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue