Hardcode sizing of the pair of inputs, which sucks but is necessary for now
This commit is contained in:
parent
0860e7d694
commit
45d77b0522
1 changed files with 1 additions and 2 deletions
|
|
@ -11,10 +11,9 @@
|
|||
}
|
||||
|
||||
.Input {
|
||||
// min-width: $unit * 12;
|
||||
flex-grow: 0;
|
||||
text-align: right;
|
||||
width: inherit;
|
||||
width: 13rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue