diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntrySimple.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntrySimple.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue index 4538950a831..67768b36512 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; |