From 5580e5c860863388476eb4f79ebc7feb34bb069b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 21 Apr 2022 18:30:54 -0500 Subject: [PATCH] Notifications: use flex-none on icons --- .../features/notifications/components/notification.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index fa85cc134..0cb961bd7 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -197,14 +197,14 @@ const Notification: React.FC = (props) => { return ( ); } else if (type) { return ( ); } else {