From 2fda4130fe2e1c6fb4c6e7e3a06d8cfbebacb6cf Mon Sep 17 00:00:00 2001 From: Pierre Donias Date: Fri, 29 Nov 2024 09:53:59 +0100 Subject: [PATCH] fix(web-core/VtsLayoutSidebar): remove bottom padding to match DS (#8168) Introduced by #7589 --- .../web-core/lib/components/layout/VtsLayoutSidebar.vue | 2 +- CHANGELOG.unreleased.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/@xen-orchestra/web-core/lib/components/layout/VtsLayoutSidebar.vue b/@xen-orchestra/web-core/lib/components/layout/VtsLayoutSidebar.vue index d1ed7e2da55..bff6f86e4cb 100644 --- a/@xen-orchestra/web-core/lib/components/layout/VtsLayoutSidebar.vue +++ b/@xen-orchestra/web-core/lib/components/layout/VtsLayoutSidebar.vue @@ -74,7 +74,7 @@ const ui = useUiStore() .lock { text-align: right; - padding: 0.8rem; + padding: 0.8rem 0.8rem 0; } .content { diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 8f0c50b2639..9c90ed98687 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -31,4 +31,6 @@ +- @xen-orchestra/web-core patch +