Browse Source

Harmonize tab group options

pull/4455/head
Thomas Kaul 4 weeks ago
parent
commit
070563e522
  1. 2
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
  2. 2
      apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

2
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html

@ -69,7 +69,7 @@
</div>
<mat-tab-group
animationDuration="0"
animationDuration="0ms"
[mat-stretch-tabs]="false"
[ngClass]="{ 'd-none': isLoadingActivities }"
>

2
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

@ -308,7 +308,7 @@
</div>
<mat-tab-group
animationDuration="0"
animationDuration="0ms"
class="mb-5"
[mat-stretch-tabs]="false"
[ngClass]="{ 'd-none': !dataSource?.data.length }"

Loading…
Cancel
Save