summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-22 02:11:33 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-22 02:11:33 +0100
commit8f7fbc1bb0d9ace628cdf4fa824e96b5d4d30c13 (patch)
tree6b0131c9125d75c8cffc39b1917345e7c8546105 /webclient
parent-w is no more (diff)
downloadsynapse-8f7fbc1bb0d9ace628cdf4fa824e96b5d4d30c13.tar.xz
improve leftBlock css
Diffstat (limited to 'webclient')
-rw-r--r--webclient/app.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css
index da1a840f4b..207f35f5f3 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -153,7 +153,8 @@ h1 {
 }
 
 .leftBlock {
-    width: 10em;
+    width: 14em;
+    word-wrap: break-word;
     vertical-align: top;
     background-color: #fff;
     color: #888;
@@ -209,6 +210,10 @@ h1 {
     height: auto;
 }
 
+.text {
+    vertical-align: top;
+}
+
 .bubble {
     background-color: #eee;
     border: 1px solid #d8d8d8;