diff options
author | Vitaly Takmazov | 2019-03-31 16:31:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | ec77d4c2416f0cb8218c7719bf46a98066603407 (patch) | |
tree | 3da4b53906acce5bab13db237c27b9eccf53e825 /vnext | |
parent | 7bd5f4f0faf1e04c66e81f5c99b0bf210bc7a6aa (diff) |
Fix linter warnings
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/style/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index b3341748..b0726ef2 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -19,7 +19,8 @@ pre { padding: 0; } -html, body { +html, +body { width: 100%; height: 100%; } |