[mirotalksfu] - fix chat

هذا الالتزام موجود في:
Miroslav Pejic
2024-12-03 07:41:51 +01:00
الأصل c24edd35d2
التزام 93b7fc413d

عرض الملف

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