Skip to content

Commit

Permalink
fix(web-core/VtsLayoutSidebar): remove bottom padding to match DS
Browse files Browse the repository at this point in the history
Introduced by #7589
  • Loading branch information
pdonias committed Nov 28, 2024
1 parent 3b4e772 commit 8d2e08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ui = useUiStore()
.lock {
text-align: right;
padding: 0.8rem;
padding: 0.8rem 0.8rem 0;
}
.content {
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@
<!--packages-start-->

- @xen-orchestra/web-core patch

<!--packages-end-->

0 comments on commit 8d2e08c

Please sign in to comment.