diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 01:41:38 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-22 01:41:38 +0100 |
commit | 868fa1a1e349d365a41b9594a6fad64fbac36777 (patch) | |
tree | 09b95fa6f0f707dd0820aef69892117d959ac6c0 | |
parent | sacrifice a goat or two to make wordwrap actually work properly (diff) | |
download | synapse-868fa1a1e349d365a41b9594a6fad64fbac36777.tar.xz |
fix weird fontsizes on iOS
-rw-r--r-- | webclient/app.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index dfc919e4c0..da1a840f4b 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -222,6 +222,7 @@ h1 { padding-left: 1em; padding-right: 1em; vertical-align: middle; + -webkit-text-size-adjust:100% } .differentUser td { |