Skip to content

Commit 0d7909b

Browse files
committed
LoginLayout: Fix logo-bmc size override
The size override to a height of 60 is not working in my environment. This updates to override style instead. Change-Id: I7df8f724f822f60bf555a8ec8fd9e0bf9979dbd5 Signed-off-by: Jason M. Bills <[email protected]>
1 parent 06cfd5b commit 0d7909b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/LoginLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="login-aside__logo-bmc">
2525
<img
2626
svg-inline
27-
height="60"
27+
style="width: auto; height: 60px"
2828
src="@/assets/images/built-on-openbmc-logo.svg"
2929
alt="Built on OpenBMC"
3030
/>

0 commit comments

Comments
 (0)