Browse Source

Fix #250 - no text adjust

closed-social-v3
Eugen Rochko 7 years ago
parent
commit
318e63cb79
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/assets/stylesheets/application.scss

+ 1
- 0
app/assets/stylesheets/application.scss View File

@ -106,6 +106,7 @@ body {
padding-bottom: 140px;
text-rendering: optimizelegibility;
font-feature-settings: "kern";
text-size-adjust: none;
&.app-body {
position: fixed;

Loading…
Cancel
Save