From 82713830de3eef9b749c0cd95bf7910f47681675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 9 May 2024 12:06:46 +0200 Subject: [PATCH] Fix more messages style (#7943) --- app/components/post_list/more_messages/more_messages.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/post_list/more_messages/more_messages.tsx b/app/components/post_list/more_messages/more_messages.tsx index 8b431a490..e98632e89 100644 --- a/app/components/post_list/more_messages/more_messages.tsx +++ b/app/components/post_list/more_messages/more_messages.tsx @@ -44,7 +44,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { return { animatedContainer: { position: 'absolute', - margin: 8, + padding: 8, + width: '100%', }, cancelContainer: { alignItems: 'center',