summary refs log tree commit diff
path: root/syweb/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 05:16:03 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 05:16:03 +0000
commit588dcf492b87ff80c9699e2fb2bf3e05ef17ef5e (patch)
tree326b567d121037daf34c522fe961fc8ffd1790e6 /syweb/webclient/app.css
parentfix weird shaped message table rows (diff)
downloadsynapse-588dcf492b87ff80c9699e2fb2bf3e05ef17ef5e.tar.xz
wrap fully qualified user IDs more intelligently
Diffstat (limited to 'syweb/webclient/app.css')
-rwxr-xr-xsyweb/webclient/app.css2
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 {