From 1b253cb9e0f4b4fd0c5c36344db248ec95b24e9e Mon Sep 17 00:00:00 2001 From: Shubham Dhama Date: Thu, 26 Apr 2018 20:00:11 +0530 Subject: [PATCH] org settings: Fix word-wrapping CSS in "users" section. Fixes: #9225. --- static/styles/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/settings.css b/static/styles/settings.css index d4bff43492..6624555a07 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -135,7 +135,7 @@ label { .wrapped-table { table-layout: fixed; - word-break: break-all; + word-break: break-word; word-wrap: break-word; white-space: -moz-pre-wrap !important; white-space: -webkit-pre-wrap;