From b0a82a23d0c02109e93b70184ff318209199c62f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 13 Feb 2024 22:02:13 -0600 Subject: [PATCH] StatusInfo: truncate long text --- src/components/statuses/status-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/statuses/status-info.tsx b/src/components/statuses/status-info.tsx index 619ee5afd..57eb3199e 100644 --- a/src/components/statuses/status-info.tsx +++ b/src/components/statuses/status-info.tsx @@ -34,7 +34,7 @@ const StatusInfo = (props: IStatusInfo) => { {icon} - + {text}