use monospace font for password display

This commit is contained in:
Danny Coates
2018-01-10 10:02:14 -08:00
parent 99097baf9d
commit 1741b1c686
2 changed files with 2 additions and 9 deletions

View File

@@ -146,6 +146,7 @@ button {
}
pre {
font-family: monospace;
font-weight: 600;
display: inline-block;
}