Browse Source
Bugfix/fix migration to form control in value component (#4969)
* Fix migration to form control
pull/4970/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
libs/ui/src/lib/value/value.component.html
|
|
@ -94,7 +94,8 @@ |
|
|
|
<span class="text-muted"> {{ subLabel }}</span> |
|
|
|
} |
|
|
|
</div> |
|
|
|
<small *ngIf="size !== 'large'" class="d-block text-truncate"> |
|
|
|
} @else { |
|
|
|
<small class="d-block text-truncate"> |
|
|
|
<ng-container *ngTemplateOutlet="label"></ng-container> |
|
|
|
</small> |
|
|
|
} |
|
|
|