summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
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;