diff options
author | Vitaly Takmazov | 2018-12-06 16:40:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 393be1efe0c1c2d70be1a6b9e3be663fd2f98f6d (patch) | |
tree | 86976de525c1d5920aea90a625fde05ff5361aff /vnext/src/style/main.css | |
parent | 895a8e394aec1734ef5686046cf5a7febd1c3632 (diff) |
layout fixes
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index cf2e194a..af0d4a7a 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -6,7 +6,7 @@ html, body, div, h1, h2, ul, li, p, form, input, textarea, pre { margin: 0; padding: 0; - box-sizing: border-box; + text-size-adjust: 100%; } textarea { |