aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-11-20 12:53:22 +0100
committerGreta Doci <gretadoci@gmail.com>2019-11-20 12:53:22 +0100
commit371d6f2503e4be147345856e4d206dbf28a56f4c (patch)
tree83cbeb41a7101c9286526a67cf1af3875e3d0a3f /apps/files_sharing/src/components/SharingEntryLink.vue
parent9707fcf4fe8502cc57b7a524a283bda543bac133 (diff)
downloadnextcloud-server-371d6f2503e4be147345856e4d206dbf28a56f4c.tar.gz
nextcloud-server-371d6f2503e4be147345856e4d206dbf28a56f4c.zip
fix share side bar icon and text overlapping
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index 6e333be2491..d4ac6221851 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -736,12 +736,14 @@ export default {
display: flex;
align-items: center;
height: 44px;
+ margin-top: 10px;
&__desc {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 8px;
line-height: 1.2em;
+ margin-top: 15px;
}
&:not(.sharing-entry--share) &__actions {