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

This commit is contained in:
Said Achmiz 2022-03-04 17:07:40 -05:00
parent 732e3217b0
commit 58c4120984

View File

@ -517,6 +517,10 @@ pre {
white-space: pre-wrap;
}
code {
font-size: inherit;
}
input {
font-size: inherit;
font-family: inherit;