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>
.list-inline {
margin-bottom: 0;
- margin-left: 17%;
+ }
+
+ .branding-info {
+ align-items: flex-start;
+ display: flex;
+ flex-direction: column;
+
+ img {
+ max-width: 100%;
+ }
}
a {