summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 04:48:40 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 04:48:40 +0000
commit5f38625f219ff031e2d2c9f295fa00271774d086 (patch)
tree8e5f00cf0551973535f685b55627d8a1f5411db7
parentadd new peity dep to tests (diff)
downloadsynapse-5f38625f219ff031e2d2c9f295fa00271774d086.tar.xz
fix lines with wrapped userids
-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 0409aaafa8..8da293a72b 100755
--- a/syweb/webclient/app.css
+++ b/syweb/webclient/app.css
@@ -649,7 +649,7 @@ textarea, input {
 .avatar {
     width: 48px;
     text-align: right;
-    vertical-align: top;
+    vertical-align: bottom;
     line-height: 0;
 }