Fix message opening (#3687)
* fix * improve styling so we can close the message by clicking on the whole header * fix line overflowing * fix
This commit is contained in:
@ -7,6 +7,7 @@ const StyledThreadMessageBody = styled.div`
|
||||
flex-direction: column;
|
||||
margin-top: ${({ theme }) => theme.spacing(4)};
|
||||
white-space: pre-line;
|
||||
overflow-wrap: break-word;
|
||||
`;
|
||||
|
||||
type EmailThreadMessageBodyProps = {
|
||||
|
||||
Reference in New Issue
Block a user