mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
commit
9fe7f1e6f4
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ input {
|
|||
color: black;
|
||||
display: inline-block;
|
||||
font-size: 10pt;
|
||||
font-family: "monospace";
|
||||
/* MS doesn't know what monospace is */
|
||||
font-family: "monospace", "Courier New";
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
border-top: 0.5px solid grey;
|
||||
|
|
Loading…
Add table
Reference in a new issue