Skip to content

Commit

Permalink
[mirotalksfu] - fix chat
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 3, 2024
1 parent c24edd3 commit 93b7fc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/css/GroupChat.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,16 @@

/* chat message bubble */
.chat .chat-history .message {
position: relative;
display: inline-block;
overflow-wrap: break-word;
word-wrap: break-word;
color: #fff;
padding: 18px 20px;
line-height: 26px;
font-size: 16px;
max-width: 100%;
border-radius: 7px;
display: inline-block;
position: relative;
/* border: 1px solid lime; */
}

Expand Down

0 comments on commit 93b7fc4

Please sign in to comment.