feat(ui): set overall margin
This commit is contained in:
@@ -146,9 +146,9 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
||||
<Box key={step.id} sx={{
|
||||
boxShadow: 5,
|
||||
padding: '10px',
|
||||
marginBottom: '10px',
|
||||
margin: '10px',
|
||||
borderRadius: '4px',
|
||||
}}>
|
||||
}}>
|
||||
<TextField
|
||||
label="Label"
|
||||
value={labels[step.id] || step.label || ''}
|
||||
|
||||
Reference in New Issue
Block a user