diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:48:40 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:48:40 +0000 |
commit | 5f38625f219ff031e2d2c9f295fa00271774d086 (patch) | |
tree | 8e5f00cf0551973535f685b55627d8a1f5411db7 | |
parent | add new peity dep to tests (diff) | |
download | synapse-5f38625f219ff031e2d2c9f295fa00271774d086.tar.xz |
fix lines with wrapped userids
-rwxr-xr-x | syweb/webclient/app.css | 2 |
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; } |