Browse Source

Refactoring

pull/4044/head
Thomas Kaul 9 months ago
parent
commit
ab507b7bb9
  1. 2
      libs/ui/src/lib/top-holdings/top-holdings.component.html

2
libs/ui/src/lib/top-holdings/top-holdings.component.html

@ -63,7 +63,7 @@
class="allocationByParent"
>
<div class="holding-parents-table">
<table mat-table [dataSource]="element.parents">
<table class="gf-table" mat-table [dataSource]="element.parents">
<colgroup>
<col class="w-100" />
<col />

Loading…
Cancel
Save