From a44c2cae116bd97f64c4613d3ce63657bb388745 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 29 Jan 2017 18:48:03 -0500 Subject: [PATCH] Improve word-breaking --- static/styles/global.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/styles/global.css b/static/styles/global.css index 4d363e4..30bbad7 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -17,7 +17,14 @@ .flex_input_container > input[type=text]{ flex-grow: 1; box-sizing: border-box; - width: 100%; + width: 50%; +} + +.body, .profileinfo { + word-wrap: break-word; + word-break: break-all; + word-break: break-word; + hyphens: auto; } input, textarea {