Merge pull request #8032 from nextcloud/fix-missing-clipboard-icon-in-shared-links
Fix missing clipboard icon in shared links
This commit is contained in:
commit
e0b329c59d
|
@ -14,6 +14,7 @@
|
|||
}
|
||||
|
||||
.shareTabView .shareWithRemoteInfo,
|
||||
.shareTabView .clipboardButton,
|
||||
.shareTabView .linkPass .icon-loading-small {
|
||||
position: absolute;
|
||||
right: -7px;
|
||||
|
@ -37,6 +38,7 @@
|
|||
position: relative;
|
||||
top: initial;
|
||||
right: initial;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.shareTabView label {
|
||||
|
|
Loading…
Reference in New Issue