From 371d6f2503e4be147345856e4d206dbf28a56f4c Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Wed, 20 Nov 2019 12:53:22 +0100 Subject: [PATCH] fix share side bar icon and text overlapping Signed-off-by: Greta Doci --- apps/files_sharing/src/components/SharingEntryLink.vue | 2 ++ apps/files_sharing/src/components/SharingEntrySimple.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 6e333be24913a..d4ac622185135 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 { diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue index 4538950a8314e..67768b3651236 100644 --- a/apps/files_sharing/src/components/SharingEntrySimple.vue +++ b/apps/files_sharing/src/components/SharingEntrySimple.vue @@ -74,12 +74,14 @@ export default { display: flex; align-items: center; height: 44px; + margin-top: 10px; &__desc { padding: 8px; line-height: 1.2em; position: relative; flex: 1 1; min-width: 0; + margin-top: 15px; h5 { white-space: nowrap; text-overflow: ellipsis;