Adjust spacing on % input
This commit is contained in:
parent
959ee5f8d1
commit
d117ff600a
|
@ -215,11 +215,7 @@ export function NewContract(props: { question: string; tag?: string }) {
|
||||||
isSubmitting={isSubmitting}
|
isSubmitting={isSubmitting}
|
||||||
className={'col-span-4 sm:col-span-3'}
|
className={'col-span-4 sm:col-span-3'}
|
||||||
>
|
>
|
||||||
<Row
|
<Row className={'col-span-3 items-center justify-start'}>
|
||||||
className={
|
|
||||||
'col-span-6 items-center justify-center sm:col-span-3'
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
value={initialProb}
|
value={initialProb}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user