diff --git a/apps/files/src/components/FileLinkSidebar.vue b/apps/files/src/components/FileLinkSidebar.vue index 812ab2721c2..787fc949367 100644 --- a/apps/files/src/components/FileLinkSidebar.vue +++ b/apps/files/src/components/FileLinkSidebar.vue @@ -91,7 +91,7 @@ leave-active-class="uk-animation-slide-right uk-animation-reverse uk-animation-fast" name="custom-classes-transition" > -
+
diff --git a/changelog/unreleased/fix-edit-link-view b/changelog/unreleased/fix-edit-link-view new file mode 100644 index 00000000000..35604a78da4 --- /dev/null +++ b/changelog/unreleased/fix-edit-link-view @@ -0,0 +1,5 @@ +Bugfix: Fix edit public link view + +We've fixed the issue that edit public link view in the sidebar was overlapping with the versions accordion. + +https://github.com/owncloud/phoenix/pull/4374