Merge pull request #14557 from Snuffleupagus/issue-14555

Remove unnecessary `font-size` CSS rule from the `html` element (issue 14555, PR 3794 follow-up)
This commit is contained in:
Tim van der Meij 2022-02-13 14:01:02 +01:00 committed by GitHub
commit 99fde3cf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,8 +178,6 @@
html {
height: 100%;
width: 100%;
/* Font size is needed to make the activity bar the correct size. */
font-size: 10px;
}
body {