mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
strip font-family from pre/code on mobile
This commit is contained in:
parent
109107e7b7
commit
db863c7d67
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ a:hover.reply-new {
|
|||
/* Code, KBD, Sub/sup formatting */
|
||||
|
||||
code,kbd,pre,samp {
|
||||
font-family: monospace; font-size:1em;
|
||||
font-size:1em;
|
||||
}
|
||||
pre {
|
||||
code {
|
||||
|
|
Loading…
Reference in a new issue