diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-11-20 18:32:24 +0100 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-11-25 09:05:41 +0000 |
commit | 792f84e8469e3de1f07bdbc81edb8ac18f33df82 (patch) | |
tree | 2d18f25d69d24513d3a8103aade2777081319831 /apps/files_sharing/src | |
parent | 371d6f2503e4be147345856e4d206dbf28a56f4c (diff) | |
download | nextcloud-server-792f84e8469e3de1f07bdbc81edb8ac18f33df82.tar.gz nextcloud-server-792f84e8469e3de1f07bdbc81edb8ac18f33df82.zip |
fix min-height
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
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; |