fix: template editor design
This commit is contained in:
parent
d7f5f563cc
commit
48bbfa31af
|
@ -290,7 +290,7 @@ const UpdateEmailTemplate = ({
|
||||||
setIsDynamicVariableInfoOpen(!isDynamicVariableInfoOpen)
|
setIsDynamicVariableInfoOpen(!isDynamicVariableInfoOpen)
|
||||||
}
|
}
|
||||||
borderRadius="5"
|
borderRadius="5"
|
||||||
marginY={5}
|
marginBottom={5}
|
||||||
cursor="pointer"
|
cursor="pointer"
|
||||||
fontSize="sm"
|
fontSize="sm"
|
||||||
>
|
>
|
||||||
|
@ -385,7 +385,7 @@ const UpdateEmailTemplate = ({
|
||||||
width="100%"
|
width="100%"
|
||||||
justifyContent="start"
|
justifyContent="start"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
marginBottom="5%"
|
marginBottom="2%"
|
||||||
>
|
>
|
||||||
<Flex flex="1">Subject</Flex>
|
<Flex flex="1">Subject</Flex>
|
||||||
<Flex flex="3">
|
<Flex flex="3">
|
||||||
|
@ -416,7 +416,15 @@ const UpdateEmailTemplate = ({
|
||||||
>
|
>
|
||||||
Template Body
|
Template Body
|
||||||
</Flex>
|
</Flex>
|
||||||
<EmailEditor ref={emailEditorRef} onReady={onReady} />
|
<Flex
|
||||||
|
width="100%"
|
||||||
|
justifyContent="flex-start"
|
||||||
|
alignItems="center"
|
||||||
|
border="1px solid"
|
||||||
|
borderColor="gray.200"
|
||||||
|
>
|
||||||
|
<EmailEditor ref={emailEditorRef} onReady={onReady} />
|
||||||
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user