Merge pull request #34043 from nextcloud/enh/sharing-tab-additional-content-spacing

Increase spacing between additional sharing tab content sections
This commit is contained in:
Vincent Petry 2022-09-13 10:30:40 +02:00 committed by GitHub
commit dacd18158d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -364,4 +364,7 @@ export default {
.emptyContentWithSections {
margin: 1rem auto;
}
.sharingTab__additionalContent {
margin: 20px 0;
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long