aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntrySimple.vue
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-11-20 18:32:24 +0100
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-11-25 09:05:41 +0000
commit792f84e8469e3de1f07bdbc81edb8ac18f33df82 (patch)
tree2d18f25d69d24513d3a8103aade2777081319831 /apps/files_sharing/src/components/SharingEntrySimple.vue
parent371d6f2503e4be147345856e4d206dbf28a56f4c (diff)
downloadnextcloud-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/components/SharingEntrySimple.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntrySimple.vue4
1 files changed, 1 insertions, 3 deletions
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;