대화 내용 단어로 줄바꿈
This commit is contained in:
parent
ddd64c4e59
commit
4ba74c0cab
|
@ -75,7 +75,6 @@
|
|||
}
|
||||
}
|
||||
.room-option {
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
.bubble-main {
|
||||
padding: 14px;
|
||||
text-align:left;
|
||||
span{
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
}
|
|
@ -185,6 +185,7 @@ $meBox-bg: #ffffff;
|
|||
.message-main {
|
||||
margin-left: 20px;
|
||||
margin-right: 10px;
|
||||
max-width: 80%;
|
||||
.chat-name {
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
|
@ -282,3 +283,8 @@ $meBox-bg: #ffffff;
|
|||
}
|
||||
}
|
||||
}
|
||||
.bubble-main{
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user