aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue2
-rw-r--r--apps/files_sharing/src/components/SharingEntrySimple.vue2
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;