Support the HTML tags that are sent for message body. Closes #2717

This commit is contained in:
Gabe Kangas
2023-02-19 15:29:40 -08:00
parent f1ed241a58
commit 12b4452220
3 changed files with 10 additions and 6 deletions

View File

@@ -28,6 +28,10 @@
color: var(--theme-color-components-text-on-light);
text-overflow: ellipsis;
line-height: 1.2rem;
p {
margin: 0;
}
}
.account {