1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour

PHPBB3-14877
This commit is contained in:
Christian Schnegelberger 2016-12-11 17:52:46 +01:00
parent 96adf7f0d6
commit 3a4f1bc061

View File

@ -515,7 +515,7 @@ blockquote .codebox {
max-height: 200px;
white-space: normal;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
line-height: 1.3em;
margin: 2px 0;
}