Skip to content

Commit d76f08d

Browse files
authored
Merge pull request #8034 from nextcloud/13-8032
[stable13] Fix missing clipboard icon in shared links
2 parents 52149d2 + 326af0c commit d76f08d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/files_sharing/css/sharetabview.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515

1616
.shareTabView .shareWithRemoteInfo,
17+
.shareTabView .clipboardButton,
1718
.shareTabView .linkPass .icon-loading-small {
1819
position: absolute;
1920
right: -7px;
@@ -37,6 +38,7 @@
3738
position: relative;
3839
top: initial;
3940
right: initial;
41+
padding: 0;
4042
}
4143

4244
.shareTabView label {

0 commit comments

Comments
 (0)