From bf6b996c0912d5751ea7a54494fe959f00411d25 Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Thu, 30 Dec 2021 14:47:32 +0100 Subject: [PATCH] fix(mobile): send button fixed --- src/components/common/messaging/MessageBox.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/common/messaging/MessageBox.tsx b/src/components/common/messaging/MessageBox.tsx index 736c237b..72568687 100644 --- a/src/components/common/messaging/MessageBox.tsx +++ b/src/components/common/messaging/MessageBox.tsx @@ -102,6 +102,10 @@ const Action = styled.div` /*padding: 14px 0 14px 14px;*/ } + .mobile { + justify-content: start; + } + ${() => !isTouchscreenDevice && css`