diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 05:16:03 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 05:16:03 +0000 |
commit | 588dcf492b87ff80c9699e2fb2bf3e05ef17ef5e (patch) | |
tree | 326b567d121037daf34c522fe961fc8ffd1790e6 /syweb/webclient/app.css | |
parent | fix weird shaped message table rows (diff) | |
download | synapse-588dcf492b87ff80c9699e2fb2bf3e05ef17ef5e.tar.xz |
wrap fully qualified user IDs more intelligently
Diffstat (limited to 'syweb/webclient/app.css')
-rwxr-xr-x | syweb/webclient/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index 134b1d2912..854ea75813 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -537,7 +537,7 @@ textarea, input { margin-bottom: 6px; text-align: center; font-size: 12px; - word-break: break-all; + word-wrap: break-word; } .userPowerLevel { |