org settings: Fix word-wrapping CSS in "users" section.

Fixes: #9225.
This commit is contained in:
Shubham Dhama
2018-04-26 20:00:11 +05:30
committed by Tim Abbott
parent f612274f91
commit 1b253cb9e0

View File

@@ -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;