Center submit button
This commit is contained in:
parent
6ae8322144
commit
6e2d729961
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const Properties: React.FC<IPropertiesProps> = (props: IPropertiesProps)
|
|||
key={props.properties.id}
|
||||
onSubmit={(event) => props.onSubmit(event, refs)}
|
||||
>
|
||||
<input type='submit' className='normal-btn' value='Submit'/>
|
||||
<input type='submit' className='normal-btn block mx-auto' value='Submit'/>
|
||||
{ groupInput }
|
||||
</form>
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue