Fix (bug 29307) Line-height in <pre> is too narrow, edges overlap in some environments
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 7 Jun 2011 21:39:48 +0000 (21:39 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 7 Jun 2011 21:39:48 +0000 (21:39 +0000)
skins/vector/screen.css

index c910a70..4efc688 100644 (file)
@@ -793,7 +793,7 @@ pre {
        border: 1px solid #EBEBEB;
        color: black;
        background-color: #F7F7F7;
-       line-height: 1.1em;
+       line-height: 1.3em;
 }
 ul {
        line-height: 1.5em;