feat: set margin top
This commit is contained in:
@@ -506,7 +506,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Typography variant="body1" style={{ marginBottom: "20px" }}>
|
||||
<Typography variant="body1" style={{ marginBottom: "20px", marginTop: "20px" }}>
|
||||
{t("List Limits")}
|
||||
</Typography>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user