mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #124 from Bzly/patch-1
Properly fix monospace on Windows bug
This commit is contained in:
commit
dbecc16906
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue