Hardcode sizing of the pair of inputs, which sucks but is necessary for now

This commit is contained in:
Justin Edmund 2023-01-06 00:49:12 -08:00
parent 0860e7d694
commit 45d77b0522

View file

@ -11,10 +11,9 @@
} }
.Input { .Input {
// min-width: $unit * 12;
flex-grow: 0; flex-grow: 0;
text-align: right; text-align: right;
width: inherit; width: 13rem;
} }
} }