Browse Source

Improve ordered list in Safari (without text-truncate)

pull/2996/head
Thomas Kaul 2 years ago
parent
commit
5847b0cbdc
  1. 8
      apps/client/src/app/pages/portfolio/analysis/analysis-page.html

8
apps/client/src/app/pages/portfolio/analysis/analysis-page.html

@ -140,9 +140,7 @@
}" }"
[routerLink]="[]" [routerLink]="[]"
> >
<div class="flex-grow-1 mr-2 text-truncate"> <div class="flex-grow-1 mr-2">{{ position.name }}</div>
{{ position.name }}
</div>
<div class="d-flex justify-content-end"> <div class="d-flex justify-content-end">
<gf-value <gf-value
class="justify-content-end" class="justify-content-end"
@ -188,9 +186,7 @@
}" }"
[routerLink]="[]" [routerLink]="[]"
> >
<div class="flex-grow-1 mr-2 text-truncate"> <div class="flex-grow-1 mr-2">{{ position.name }}</div>
{{ position.name }}
</div>
<div class="d-flex justify-content-end"> <div class="d-flex justify-content-end">
<gf-value <gf-value
class="justify-content-end" class="justify-content-end"

Loading…
Cancel
Save