From 9337e1e85b0a4c42c9d9eeed3ed965b82408b6e3 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 18 Nov 2024 13:51:24 +0100
Subject: [PATCH] OZG-6999 OZG-7125 Adjust build info position

---
 alfa-client/apps/admin/src/app/app.component.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/alfa-client/apps/admin/src/app/app.component.html b/alfa-client/apps/admin/src/app/app.component.html
index 9199c89e54..9e3f549e41 100644
--- a/alfa-client/apps/admin/src/app/app.component.html
+++ b/alfa-client/apps/admin/src/app/app.component.html
@@ -37,6 +37,8 @@
         <unavailable-page></unavailable-page>
       </ng-template>
     </main>
-    <alfa-build-info *ngIf="apiRoot" [apiRoot]="apiRoot" data-test-id="build-info" />
+    <section class="w-5">
+      <alfa-build-info *ngIf="apiRoot" [apiRoot]="apiRoot" data-test-id="build-info" />
+    </section>
   </div>
 </ng-container>
-- 
GitLab