Browse Source

Task/improve style of holding selector in portfolio filter form component (#7687)

Improve style
pull/7691/head^2
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
c707befdae
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html

4
libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html

@ -22,9 +22,7 @@
@for (holding of holdings(); track holding.assetProfile.name) { @for (holding of holdings(); track holding.assetProfile.name) {
<mat-option [value]="holding"> <mat-option [value]="holding">
<div class="line-height-1 text-truncate"> <div class="line-height-1 text-truncate">
<span <span>{{ holding.assetProfile.name }}</span>
><b>{{ holding.assetProfile.name }}</b></span
>
<br /> <br />
<small class="text-muted" <small class="text-muted"
>{{ holding.assetProfile.symbol }} · >{{ holding.assetProfile.symbol }} ·

Loading…
Cancel
Save