diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 02:11:33 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 02:11:33 +0100 |
commit | 8f7fbc1bb0d9ace628cdf4fa824e96b5d4d30c13 (patch) | |
tree | 6b0131c9125d75c8cffc39b1917345e7c8546105 | |
parent | -w is no more (diff) | |
download | synapse-8f7fbc1bb0d9ace628cdf4fa824e96b5d4d30c13.tar.xz |
improve leftBlock css
-rw-r--r-- | webclient/app.css | 7 |
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; |