diff --git a/themes/modern/global/formatting.css b/themes/modern/global/formatting.css index 78a9bfc9cd0..cad32ef4385 100644 --- a/themes/modern/global/formatting.css +++ b/themes/modern/global/formatting.css @@ -166,6 +166,10 @@ label[disabled="true"] { font-weight: bold; } +.monospace { + font-family: monospace; +} + .indent { margin-left: 20px; } @@ -185,4 +189,4 @@ label[disabled="true"] { .wizard-box { padding: 20px 44px 10px 44px; } - \ No newline at end of file +