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