mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
feat: SMS message text preview words break.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user