diff options
author | Jason M. Bills <jason.m.bills@intel.com> | 2025-05-05 17:35:03 +0300 |
---|---|---|
committer | Jason M. Bills <jason.m.bills@intel.com> | 2025-05-07 17:03:32 +0300 |
commit | 0d7909b4dbf5462f37efa5795de021fa54f1857e (patch) | |
tree | dfe8fca1a6ddd36fb1e867a0f34a45873db71964 /src | |
parent | 06cfd5bf6f2389229f7580fbd47e5d5b9ab5661e (diff) | |
download | webui-vue-0d7909b4dbf5462f37efa5795de021fa54f1857e.tar.xz |
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 <jason.m.bills@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/layouts/LoginLayout.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/LoginLayout.vue b/src/layouts/LoginLayout.vue index 36a070c97..55b56928f 100644 --- a/src/layouts/LoginLayout.vue +++ b/src/layouts/LoginLayout.vue @@ -24,7 +24,7 @@ <div class="login-aside__logo-bmc"> <img svg-inline - height="60" + style="width: auto; height: 60px" src="@/assets/images/built-on-openbmc-logo.svg" alt="Built on OpenBMC" /> |