mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Merge pull request #8034 from nextcloud/13-8032
[stable13] Fix missing clipboard icon in shared links
This commit is contained in:
commit
d76f08dfbd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue