]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix misaligned text links on login page 66035/head
authorprik73 <prinovac@gmail.com>
Fri, 16 May 2025 17:05:10 +0000 (22:35 +0530)
committerAfreen Misbah <afreen@ibm.com>
Wed, 22 Oct 2025 15:14:51 +0000 (20:44 +0530)
Fixes a UI regression introduced after the Carbon update where
the help-related links (Help, Security, Trademarks) on the login
page were misaligned. The links are now left-aligned under the
Ceph logo for visual consistency.

Fixes: https://tracker.ceph.com/issues/71313
Signed-off-by: prik73 <prinovac@gmail.com>
Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.scss

index e0ac6a5a7e225d7789c0ab6c9290b8d72174a0d3..e1a0a8e621536c912b67a6071ddd263efad0e57d 100644 (file)
 
   .list-inline {
     margin-bottom: 0;
-    margin-left: 17%;
+  }
+
+  .branding-info {
+    align-items: flex-start;
+    display: flex;
+    flex-direction: column;
+
+    img {
+      max-width: 100%;
+    }
   }
 
   a {