fix: set margin left

This commit is contained in:
amhsirak
2025-11-06 01:30:23 +05:30
parent 0ba7fa0d44
commit cdee69a9cb

View File

@@ -143,7 +143,8 @@ const BrowserRecordingSave = () => {
overflow: 'hidden',
display: 'flex',
justifyContent: 'space-between',
height: "48px"
height: "48px",
marginLeft: '10px'
}}>
<Button
onClick={() => setOpenDiscardModal(true)}