From 5fb123f228372d0034c3849ab557c8d072bdaf97 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 25 Jan 2023 00:40:05 +0800 Subject: [PATCH] Need to preserve white space in media descriptions --- src/components/status.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index d4a20aba..b8f4a068 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1446,7 +1446,13 @@ function Carousel({ mediaAttachments, index = 0, onClose = () => {} }) {

Media description

-

{showMediaAlt}

+

+ {showMediaAlt} +