From 0771227d34313ecfc4ce9ef5a6cfd52afd811aca Mon Sep 17 00:00:00 2001 From: tobikugel Date: Wed, 5 Mar 2025 21:35:04 -0300 Subject: [PATCH] fix: align summary in center --- .../pages/portfolio/x-ray/x-ray-page.component.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html b/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html index a1e72109e..57c09708e 100644 --- a/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html +++ b/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html @@ -29,7 +29,7 @@ } @else {
+ } @else if ( statistics?.rulesFulfilledCount === statistics?.rulesActiveCount ) { - + } @else { - + }
-
+
{{ statistics?.rulesFulfilledCount }} out of {{ statistics?.rulesActiveCount }}