Browse Source

fix: remove top padding of summary

pull/4394/head
tobikugel 6 months ago
parent
commit
b49b3b625e
  1. 2
      apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html

2
apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html

@ -7,7 +7,7 @@
risks in your portfolio. Adjust the rules below and set custom
thresholds to align with your personal investment strategy.
</p>
<div class="d-flex py-3">
<div class="d-flex pb-3">
@if (isLoading) {
<div class="d-flex">
<ngx-skeleton-loader

Loading…
Cancel
Save