Skip to content

Commit

Permalink
smaller note margins in mobile size
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Jul 27, 2023
1 parent ac17088 commit cf45e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/events/note/Note.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Note = ({
{repliedMsg}
<div
key={event.id + 'note'}
className={`px-4 pb-2 ${className}`}
className={`px-2 md:px-4 pb-2 ${className}`}
onClick={(e) => messageClicked(e)}
>
{showThreadBtn}
Expand Down

0 comments on commit cf45e73

Please sign in to comment.