diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-09-14 15:38:38 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-09-14 16:10:29 +0000 |
commit | 27559760d10f4dfcc7f4418583e5700839c39a58 (patch) | |
tree | 313a1af1301b9536263dc30dfa6775c53fda7a23 /apps/files_sharing/src/components/SharingEntrySimple.vue | |
parent | 1f74c88bc7f3505ab678198909783a85d42a8cd7 (diff) | |
download | nextcloud-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.vue | 1 |
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; |