about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-21 00:56:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-21 00:56:13 +0100
commit318e63cb7910df90bb3e99bc5a3547ee01426f22 (patch)
treed3ea0000b94c9ab151b3a5ee85bad1de2751c444 /app/assets/stylesheets
parentc30a3d259cf6b03ef2c17ac99d9fa3d16215fbb4 (diff)
Fix #250 - no text adjust
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 6dd89c0ea..d05ca3795 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -106,6 +106,7 @@ body {
   padding-bottom: 140px;
   text-rendering: optimizelegibility;
   font-feature-settings: "kern";
+  text-size-adjust: none;
 
   &.app-body {
     position: fixed;