대화내용 줄바꿈

This commit is contained in:
khk 2019-11-01 16:44:28 +09:00
parent fe3f8d838c
commit ddd64c4e59
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,8 @@
.bubble-main {
padding: 14px;
text-align:left;
display:flex;
align-items: center;
.icon-recall{
width: 30px;
height: 30px;
@ -13,6 +15,8 @@
i{
color:#ffffff;
font-size:20px;
padding-left: 2px;
padding-top: 2px;
}
}
.recall-msg{

View File

@ -160,6 +160,8 @@ $meBox-bg: #ffffff;
position: relative;
display: flex;
flex-direction: row;
margin-right:40px;
margin-left:0;
.profile-img {
flex: 0 0 auto;
img{
@ -170,6 +172,8 @@ $meBox-bg: #ffffff;
&.me {
.chat-row {
flex-direction: row-reverse;
margin-left:40px;
margin-right:0;
.profile-info {
flex-direction: row-reverse;
display: flex;
@ -193,6 +197,8 @@ $meBox-bg: #ffffff;
background-color: $otherBox-bg;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
word-break: break-all;
word-wrap: break-word;
&:before {
content: '';
width: 0px;