Skip to content

Commit

Permalink
fix flex style
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Risch <alex.j.risch@gmail.com>
  • Loading branch information
saulmc and alexrisch authored Aug 12, 2024
1 parent fdde598 commit a2d813d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Chat/Message/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,7 @@ const useStyles = () => {
marginBottom: 8,
},
outsideReactionsContainer: {
flexShrink: 1,
flexGrow: 1,
flex: 1,
},
});
};

0 comments on commit a2d813d

Please sign in to comment.