From 5f38625f219ff031e2d2c9f295fa00271774d086 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Tue, 11 Nov 2014 04:48:40 +0000
Subject: [PATCH] fix lines with wrapped userids

---
 syweb/webclient/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 }
 
-- 
GitLab