Skip to content

Commit

Permalink
Merge pull request #7503 from owncloud/paste-here-line-break
Browse files Browse the repository at this point in the history
Fix line break for 'Paste here'-button
  • Loading branch information
kulmann authored Aug 22, 2022
2 parents 6eaa3a7 + 8322cb9 commit 8052022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ We've replaced the locationpicker in batchactions and contextmenu with
the new cut/copy/paste clipboard actions.

https://github.com/owncloud/web/pull/7309
https://github.com/owncloud/web/pull/7503
https://github.com/owncloud/web/issues/6892
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,6 @@ export default defineComponent({
#new-file-menu-drop {
min-width: 230px;
}
</style>
<style lang="scss">
#create-list,
#upload-list,
#new-file-menu-drop {
Expand All @@ -868,8 +866,11 @@ export default defineComponent({
}
}
#clipboard-btns {
flex-flow: inherit;
:nth-child(1) {
border-right: 0px !important;
white-space: nowrap;
}
:nth-child(2) {
border-left: 0px !important;
Expand Down

0 comments on commit 8052022

Please sign in to comment.