Browse Source

Fixes #3565 - Zammad changes characters entering #&.

Florian Liebe 1 year ago
parent
commit
f23e0ac309
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/assets/stylesheets/zammad.scss

+ 2 - 1
app/assets/stylesheets/zammad.scss

@@ -226,8 +226,9 @@ html {
 
 body {
   font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-  line-height: 1.45;
   font-weight: normal;
+  font-variant-ligatures: none;
+  line-height: 1.45;
   background: var(--background-primary);
   height: 100%;
   color: var(--text-normal);