Merge pull request #23008 from nextcloud/bugfix/noid/fix-placeholder-with-longer-languages

Add padding to the empty content and center it
This commit is contained in:
Roeland Jago Douma 2020-09-22 21:14:33 +02:00 committed by GitHub
commit 261cda8bf8
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;
}
}
}