Merge pull request #23267 from nextcloud/fix-bold-and-font-size

This commit is contained in:
John Molakvoæ 2020-11-01 16:09:38 +01:00 committed by GitHub
commit 862b4a04e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -743,6 +743,8 @@ $input-padding: 6px;
margin: 10vh 0;
::v-deep .empty-content__title {
font-weight: normal;
font-size: 14px;
padding: 0 15px;
text-align: center;
}