Skip to content

Commit

Permalink
ReplyTo: fix bubble
Browse files Browse the repository at this point in the history
enricoros committed May 9, 2024
1 parent b9e3942 commit 66219d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/apps/chat/components/message/ReplyToBubble.tsx
Original file line number Diff line number Diff line change
@@ -40,8 +40,9 @@ const inlineMessageSx: SxProps = {
width: undefined,
padding: '0.375rem 0.25rem 0.375rem 0.5rem',

// self-layout (parent: 'grid')
ml: 'auto',
// self-layout (parent: 'block', as 'grid' was not working and the user would scroll the app on the x-axis on mobile)
// ml: 'auto',
float: 'inline-end',
mr: { xs: 7.75, md: 10.5 }, // personaSx.minWidth + gap (md: 1) + 1.5 (text margin)

};

0 comments on commit 66219d3

Please sign in to comment.