19,588
edits
(trying the size-override code I found on MW.org, with default value first) |
(actually this is the font class in this version of MW, I think) |
||
Line 2: | Line 2: | ||
pre | pre | ||
{ | { | ||
overflow: auto; | |||
max-height: 25em; | |||
} | } | ||
/* Make font in editor an actually-readable size */ | /* Make font in editor an actually-readable size */ | ||
.mw-editfont- | .mw-editfont-default | ||
{ | |||
font-size: 13px !important; | |||
} | } | ||