diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-13 01:58:27 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-13 01:58:27 +0000 |
commit | ccc8316de08de487165291a8f41222a44381afe9 (patch) | |
tree | 8fbf5502a5c2324ce864dbd7ff294729da9aa079 /apps/files_sharing/src | |
parent | 0846a3f6fefafcaa1e601f9c04c25266438afc28 (diff) | |
download | nextcloud-server-ccc8316de08de487165291a8f41222a44381afe9.tar.gz nextcloud-server-ccc8316de08de487165291a8f41222a44381afe9.zip |
Increase spacing between additional sharing tab content
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/views/SharingTab.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index d312b096e0c..8ab3cf0f9ff 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -364,4 +364,7 @@ export default { .emptyContentWithSections { margin: 1rem auto; } +.sharingTab__additionalContent { + margin: 20px 0; +} </style> |