Merge pull request #3570 from nextcloud/fix-share-loading
Fix position of share autocomplete loading icon
This commit is contained in:
commit
182bfd9f23
|
@ -9,8 +9,8 @@
|
|||
|
||||
.shareTabView .shareWithLoading {
|
||||
padding-left: 10px;
|
||||
right: 30px;
|
||||
top: 2px;
|
||||
right: 35px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.shareTabView .shareWithRemoteInfo,
|
||||
|
|
Loading…
Reference in New Issue