Merge pull request #124 from Bzly/patch-1

Properly fix monospace on Windows bug
This commit is contained in:
Oliver Blanthorn 2017-11-24 08:40:24 +00:00 committed by GitHub
commit dbecc16906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,7 @@ body {
input {
width: 100%;
padding: 0;
/* MS doesn't know what monospace is */
font-family: "monospace", "Courier New";
font-family: monospace;
font-size: 9pt;
line-height: 1.5;
color: black;
@ -25,8 +24,7 @@ input {
color: black;
display: inline-block;
font-size: 10pt;
/* MS doesn't know what monospace is */
font-family: "monospace", "Courier New";
font-family: monospace;
overflow: hidden;
width: 100%;
border-top: 0.5px solid grey;