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:
bosiraphael
2024-01-30 11:56:26 +01:00
committed by GitHub
parent fc63c51d6d
commit a012ba1087
2 changed files with 19 additions and 8 deletions

View File

@ -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 = {