From 792f84e8469e3de1f07bdbc81edb8ac18f33df82 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Wed, 20 Nov 2019 18:32:24 +0100 Subject: fix min-height Signed-off-by: Greta Doci Signed-off-by: npmbuildbot[bot] --- apps/files_sharing/src/components/SharingEntryLink.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue') 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 { -- cgit v1.2.3