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:
parent
446dc48686
commit
99f66dda80
|
@ -4,7 +4,8 @@
|
||||||
/* Monospace: */
|
/* Monospace: */
|
||||||
.RktIn, .RktRdr, .RktPn, .RktMeta,
|
.RktIn, .RktRdr, .RktPn, .RktMeta,
|
||||||
.RktMod, .RktKw, .RktVar, .RktSym,
|
.RktMod, .RktKw, .RktVar, .RktSym,
|
||||||
.RktRes, .RktOut, .RktCmt, .RktVal {
|
.RktRes, .RktOut, .RktCmt, .RktVal,
|
||||||
|
.RktBlk {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: inherit;
|
white-space: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user