aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntrySimple.vue
diff options
context:
space:
mode:
authorfenn-cs <fenn25.fn@gmail.com>2023-09-14 15:38:38 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-09-14 16:10:29 +0000
commit27559760d10f4dfcc7f4418583e5700839c39a58 (patch)
tree313a1af1301b9536263dc30dfa6775c53fda7a23 /apps/files_sharing/src/components/SharingEntrySimple.vue
parent1f74c88bc7f3505ab678198909783a85d42a8cd7 (diff)
downloadnextcloud-server-27559760d10f4dfcc7f4418583e5700839c39a58.tar.gz
nextcloud-server-27559760d10f4dfcc7f4418583e5700839c39a58.zip
Properly align all sharing-entry types
SharingEntryLink and regular ShareEntry were not properly visually aligned before this commit. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntrySimple.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntrySimple.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue
index 5e858de990b..29464e88f34 100644
--- a/apps/files_sharing/src/components/SharingEntrySimple.vue
+++ b/apps/files_sharing/src/components/SharingEntrySimple.vue
@@ -87,6 +87,7 @@ export default {
min-height: 44px;
&__desc {
padding: 8px;
+ padding-left: 10px;
line-height: 1.2em;
position: relative;
flex: 1 1;