Fixed code element font size glitch due to browser user agent style sheet update
This commit is contained in:
parent
732e3217b0
commit
58c4120984
@ -517,6 +517,10 @@ pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user