fix: set margin left
This commit is contained in:
@@ -143,7 +143,8 @@ const BrowserRecordingSave = () => {
|
|||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
height: "48px"
|
height: "48px",
|
||||||
|
marginLeft: '10px'
|
||||||
}}>
|
}}>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => setOpenDiscardModal(true)}
|
onClick={() => setOpenDiscardModal(true)}
|
||||||
|
|||||||
Reference in New Issue
Block a user