Adjust spacing on % input

This commit is contained in:
Ian Philips 2022-05-25 12:47:44 -06:00
parent 959ee5f8d1
commit d117ff600a

View File

@ -215,11 +215,7 @@ export function NewContract(props: { question: string; tag?: string }) {
isSubmitting={isSubmitting}
className={'col-span-4 sm:col-span-3'}
>
<Row
className={
'col-span-6 items-center justify-center sm:col-span-3'
}
>
<Row className={'col-span-3 items-center justify-start'}>
<input
type="number"
value={initialProb}