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" class="allocationByParent"
> >
<div class="holding-parents-table"> <div class="holding-parents-table">
<table mat-table [dataSource]="element.parents"> <table class="gf-table" mat-table [dataSource]="element.parents">
<colgroup> <colgroup>
<col class="w-100" /> <col class="w-100" />
<col /> <col />

Loading…
Cancel
Save