scribble/racket.css: Avoid excessive line-height in some cases

(In particular, when the default line-height for "monospace" is smaller than for the main font.)

original commit: 45bdaa131d61e722fe99d4551e7a97fab2586911
This commit is contained in:
Samuel Bronson 2012-10-18 17:09:18 -04:00 committed by Matthew Flatt
parent 446dc48686
commit 99f66dda80

View File

@ -4,7 +4,8 @@
/* Monospace: */
.RktIn, .RktRdr, .RktPn, .RktMeta,
.RktMod, .RktKw, .RktVar, .RktSym,
.RktRes, .RktOut, .RktCmt, .RktVal {
.RktRes, .RktOut, .RktCmt, .RktVal,
.RktBlk {
font-family: monospace;
white-space: inherit;
}