0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-18 02:03:18 +00:00

Merge pull request 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

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;
}