set font size on input selector
This commit is contained in:
parent
e1809ec2c4
commit
39c009beb4
|
|
@ -7,6 +7,7 @@
|
|||
}
|
||||
|
||||
input {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -30,7 +31,6 @@ input {
|
|||
|
||||
#expr {
|
||||
flex: auto;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#modulus-box {
|
||||
|
|
@ -44,7 +44,6 @@ input {
|
|||
|
||||
#modulus-label {
|
||||
flex: initial;
|
||||
font-size: inherit;
|
||||
margin-left: 0.3rem;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
|
|
@ -52,7 +51,6 @@ input {
|
|||
#modulus {
|
||||
flex: auto;
|
||||
min-width: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#result {
|
||||
|
|
|
|||
Loading…
Reference in New Issue