-
-
+
+
+
+
{msg.from_name || ' '}
+
{msg.text}
+
@@ -67,11 +65,6 @@
border-radius: 5px;
display: flex;
}
- .message::after {
- content: '';
- display: block;
- clear: both;
- }
img {
padding-right: 0.5em;
}
@@ -80,7 +73,7 @@
color: #1e90ff;
}
pre {
- white-space: break-spaces;
+ white-space: pre-wrap;
margin: 0.2em 0;
}
.time {