summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-05 17:13:36 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-06 23:02:49 -0800
commit6cf954241817581fe7bb912be57295264487f2d2 (patch)
tree11a7c5afe2eba462e3a4caa1d2d9cb296d075ebe
parent00aa73b56ee1397ae130219bb6d2ef04458c87be (diff)
Remove extra margin
-rw-r--r--webroot/js/components/chat/message.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webroot/js/components/chat/message.js b/webroot/js/components/chat/message.js
index e701cf085..691173d26 100644
--- a/webroot/js/components/chat/message.js
+++ b/webroot/js/components/chat/message.js
@@ -73,7 +73,7 @@ function SingleFederatedUser(props) {
${title}
</span>
<p
- class=" text-gray-700 mt-1 w-full text-base leading-6"
+ class=" text-gray-700 w-full text-base leading-6"
dangerouslySetInnerHTML=${{ __html: body }}
></p>
</div>