Browse Source

Fix migration to form control

pull/4969/head
Thomas Kaul 2 weeks ago
parent
commit
37a85058db
  1. 3
      libs/ui/src/lib/value/value.component.html

3
libs/ui/src/lib/value/value.component.html

@ -94,7 +94,8 @@
<span class="text-muted"> {{ subLabel }}</span> <span class="text-muted"> {{ subLabel }}</span>
} }
</div> </div>
<small *ngIf="size !== 'large'" class="d-block text-truncate"> } @else {
<small class="d-block text-truncate">
<ng-container *ngTemplateOutlet="label"></ng-container> <ng-container *ngTemplateOutlet="label"></ng-container>
</small> </small>
} }

Loading…
Cancel
Save