diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/style/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index a1889209..20ff7978 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -10,6 +10,7 @@ html, body, div, h1, h2, ul, li, p, form, input, textarea, pre { body { text-size-adjust: 100%; + word-break: break-word; } textarea { |