diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-26 12:02:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 12:02:41 +0100 |
commit | e3bee2cb782b4897e4822c909d1dbbf2637f7b65 (patch) | |
tree | 568d1049edb9b140dd0de89132d9d582efe7960d /apps/files_sharing/src | |
parent | 2a2d0cd3126886ab12672d2983a04e8cb800fe98 (diff) | |
parent | 792f84e8469e3de1f07bdbc81edb8ac18f33df82 (diff) | |
download | nextcloud-server-e3bee2cb782b4897e4822c909d1dbbf2637f7b65.tar.gz nextcloud-server-e3bee2cb782b4897e4822c909d1dbbf2637f7b65.zip |
Merge pull request #18026 from nextcloud/feature/noid/fix_overlappin_text_icon
fix share side bar icon and text overlapping
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 2 | ||||
-rw-r--r-- | apps/files_sharing/src/components/SharingEntrySimple.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 6e333be2491..407d674e77a 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -735,7 +735,7 @@ export default { .sharing-entry { display: flex; align-items: center; - height: 44px; + min-height: 44px; &__desc { display: flex; flex-direction: column; diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue index 4538950a831..4abc5e52a90 100644 --- a/apps/files_sharing/src/components/SharingEntrySimple.vue +++ b/apps/files_sharing/src/components/SharingEntrySimple.vue @@ -73,7 +73,7 @@ export default { .sharing-entry { display: flex; align-items: center; - height: 44px; + min-height: 44px; &__desc { padding: 8px; line-height: 1.2em; |