Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix padding in MessageItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 22, 2023
1 parent 391badd commit d17f6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const MessageItem = memo(
<LeanView
tw="web:ml-9 flex-1 flex-row items-center"
style={{
marginBottom: item.reaction_group.length > 0 ? 25 : 0,
paddingBottom: item.reaction_group.length > 0 ? 25 : 0,
}}
>
<LeanView tw="md:web:justify-start flex-1 flex-row items-center justify-between">
Expand Down

0 comments on commit d17f6ed

Please sign in to comment.