fix: remove margin
This commit is contained in:
@@ -399,7 +399,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<FormControl component="fieldset" sx={{ width: '100%', textAlign: 'left' }}>
|
<FormControl component="fieldset" sx={{ width: '100%', textAlign: 'left' }}>
|
||||||
<p style={{ marginBottom: 1 }}>Output Format (Select at least one)</p>
|
<p >Output Format (Select at least one)</p>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|||||||
Reference in New Issue
Block a user