Skip to content

Commit

Permalink
fix(comunica): fix gap between messages
Browse files Browse the repository at this point in the history
Ticket: issue/Comunica-146
Reviewed-by: @MIGUELez11
Refs: #145
  • Loading branch information
Volcanos authored Apr 25, 2024
1 parent c961faa commit 2fef51a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const ChatMessageStyles = createStyles(
return {
root: {
marginTop: previoudMessageIsSameUser ? theme.spacing[1] : theme.spacing[2],
padding: theme.spacing[2],
background: selected ? '#E4F4E6' : 'transparent',
display: 'flex',
justifyContent: isOwn ? 'end' : 'start',
Expand Down

0 comments on commit 2fef51a

Please sign in to comment.