diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:48:14 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-23 20:48:14 +0100 |
commit | 3f08a7ad21cfa0529ed074a37617103e49c8c7e2 (patch) | |
tree | 52681731b067c884eac9bf69d7e17ee462c7b919 /webclient | |
parent | very quick and dirty responsive design for iPhones (diff) | |
download | synapse-3f08a7ad21cfa0529ed074a37617103e49c8c7e2.tar.xz |
oops
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css index 6f320414b1..7fe3cb3675 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -39,7 +39,7 @@ .bubble { font-size: 12px ! important; - height: 20px ! important; + min-height: 20px ! important; } #page { |