대화 내용 단어로 줄바꿈
This commit is contained in:
parent
ddd64c4e59
commit
4ba74c0cab
|
@ -75,7 +75,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.room-option {
|
.room-option {
|
||||||
width: 100%;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
.bubble-main {
|
.bubble-main {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
text-align:left;
|
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 {
|
.message-main {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
max-width: 80%;
|
||||||
.chat-name {
|
.chat-name {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #333333;
|
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