Browse Source

Fixed code element font size glitch due to browser user agent style sheet update

master
Said Achmiz 3 years ago
parent
commit
58c4120984
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      papyrus.css

+ 4
- 0
papyrus.css View File

@@ -517,6 +517,10 @@ pre {
white-space: pre-wrap;
}

code {
font-size: inherit;
}

input {
font-size: inherit;
font-family: inherit;

Loading…
Cancel
Save