feat: SMS message text preview words break.

This commit is contained in:
a.bouhuolia
2021-11-09 12:41:31 +02:00
parent 7371557482
commit 3039e43767

View File

@@ -27,13 +27,13 @@ export function SMSMessagePreview({
const SMSMessageText = styled.div` const SMSMessageText = styled.div`
position: absolute; position: absolute;
top: 61px; top: 60px;
padding: 12px; padding: 12px;
color: #fff; color: #fff;
border-radius: 12px; border-radius: 12px;
margin-left: 12px; margin-left: 12px;
margin-right: 12px; margin-right: 12px;
overflow-wrap: break-word; word-break: break-word;
background: #2fa2e4; background: #2fa2e4;
font-size: 13px; font-size: 13px;
line-height: 1.6; line-height: 1.6;