diff options
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 4 | ||||
-rw-r--r-- | apps/files_sharing/src/components/SharingEntrySimple.vue | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index d4ac6221851..407d674e77a 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -735,15 +735,13 @@ export default { .sharing-entry { display: flex; align-items: center; - height: 44px; - margin-top: 10px; + min-height: 44px; &__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 67768b36512..4abc5e52a90 100644 --- a/apps/files_sharing/src/components/SharingEntrySimple.vue +++ b/apps/files_sharing/src/components/SharingEntrySimple.vue @@ -73,15 +73,13 @@ export default { .sharing-entry { display: flex; align-items: center; - height: 44px; - margin-top: 10px; + min-height: 44px; &__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; |