Support chat message word wrapping if needed

This commit is contained in:
Gabe Kangas
2020-07-19 23:55:16 -07:00
parent 0e45bd9ca3
commit 54a9206051

View File

@@ -418,6 +418,8 @@ h2 {
.message-content {
font-size: .85em;
max-width: 85%;
word-wrap: break-word;
}
.message-content a {
color: #7F9CF5; /* indigo-400 */