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

white-space: pre-wrap; white-space: pre-wrap;
} }


code {
font-size: inherit;
}

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

Loading…
Cancel
Save