Skip to content

Commit

Permalink
Merge pull request #8034 from nextcloud/13-8032
Browse files Browse the repository at this point in the history
[stable13] Fix missing clipboard icon in shared links
  • Loading branch information
rullzer authored Jan 24, 2018
2 parents 52149d2 + 326af0c commit d76f08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files_sharing/css/sharetabview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}

.shareTabView .shareWithRemoteInfo,
.shareTabView .clipboardButton,
.shareTabView .linkPass .icon-loading-small {
position: absolute;
right: -7px;
Expand All @@ -37,6 +38,7 @@
position: relative;
top: initial;
right: initial;
padding: 0;
}

.shareTabView label {
Expand Down

0 comments on commit d76f08d

Please sign in to comment.