Skip to content

Commit

Permalink
Merge pull request #4374 from owncloud/fix-add-link-view
Browse files Browse the repository at this point in the history
Fix edit link view
  • Loading branch information
Lukas Hirt committed Nov 23, 2020
2 parents be65f7c + 445f52e commit 0c0853b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileLinkSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
leave-active-class="uk-animation-slide-right uk-animation-reverse uk-animation-fast"
name="custom-classes-transition"
>
<div class="uk-position-cover oc-default-background">
<div class="oc-default-background">
<edit-public-link :params="params" @close="$_showList()" />
</div>
</transition>
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-edit-link-view
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c0853b

Please sign in to comment.