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
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
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;
}