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 +