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`
position: absolute;
top: 61px;
top: 60px;
padding: 12px;
color: #fff;
border-radius: 12px;
margin-left: 12px;
margin-right: 12px;
overflow-wrap: break-word;
word-break: break-word;
background: #2fa2e4;
font-size: 13px;
line-height: 1.6;