fix layout issues (#2655)

This commit is contained in:
Denys Vuika
2017-11-16 17:23:00 +00:00
committed by Eugenio Romano
parent 8596ba4d39
commit d544b5a98b
3 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
body, html {
margin: 0;
height: 100%;
overflow: hidden;
font-size: mat-font-size($alfresco-typography, body-1);
font-family: mat-font-family($alfresco-typography);
line-height: mat-line-height($alfresco-typography, body-1);
}
}