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