Use monospaced font for the debug toolbar
authorsaper <saper@saper.info>
Sun, 12 Apr 2015 23:40:35 +0000 (01:40 +0200)
committerLegoktm <legoktm.wikipedia@gmail.com>
Mon, 30 May 2016 09:03:27 +0000 (09:03 +0000)
Debug output seems to be much more readable
with the monospaced font.

Change-Id: I3e3a7c110d4ceae8c1b65b35bf17b34fed7f68f8

resources/src/mediawiki/mediawiki.debug.less

index 54620f4..4565dbc 100644 (file)
@@ -95,6 +95,7 @@ a.mw-debug-panelabel:visited {
        height: 300px;
        overflow: scroll;
        display: none;
+       font-family: monospaced;
        font-size: 11px;
        background-color: #e1eff2;
        box-sizing: border-box;