mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: wip send invoice mail preview
This commit is contained in:
@@ -37,8 +37,10 @@ export function ElementCustomizeFieldsMain() {
|
||||
<Stack spacing={0} className={styles.mainFields}>
|
||||
<ElementCustomizeHeader label={'Customize'} />
|
||||
|
||||
<Stack spacing={0} style={{ flex: '1 1 auto', overflow: 'auto' }}>
|
||||
<Box style={{ flex: '1 1' }}>{CustomizeTabPanel}</Box>
|
||||
<Stack spacing={0} flex="1 1 auto" overflow="auto">
|
||||
<Box flex={'1 1'} overflow="auto">
|
||||
{CustomizeTabPanel}
|
||||
</Box>
|
||||
<ElementCustomizeFooterActions />
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user