Merge pull request #23009 from nextcloud/backport/23008/stable20

[stable20] Add padding to the empty content and center it
This commit is contained in:
Joas Schilling 2020-09-23 10:46:50 +02:00 committed by GitHub
commit 7edced3807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -741,6 +741,11 @@ $input-padding: 6px;
.empty-content {
margin: 10vh 0;
::v-deep .empty-content__title {
padding: 0 15px;
text-align: center;
}
}
}