diff --git a/changelog/unreleased/bugfix-private-link-alignment b/changelog/unreleased/bugfix-private-link-alignment new file mode 100644 index 00000000000..275c1cc4fd7 --- /dev/null +++ b/changelog/unreleased/bugfix-private-link-alignment @@ -0,0 +1,6 @@ +Bugfix: "Private link"-button alignment + +We've fixed the alignment of the "Private link"-button in the sidebar. + +https://github.com/owncloud/web/pull/7640 +https://github.com/owncloud/web/issues/7618 diff --git a/packages/web-app-files/src/components/SideBar/FileInfo.vue b/packages/web-app-files/src/components/SideBar/FileInfo.vue index cdfe65e054a..3cf4c8506ab 100644 --- a/packages/web-app-files/src/components/SideBar/FileInfo.vue +++ b/packages/web-app-files/src/components/SideBar/FileInfo.vue @@ -1,23 +1,25 @@