Skip to content

Commit

Permalink
Merge pull request #4351 from coralproject/feat/CORL-2864-left-align-…
Browse files Browse the repository at this point in the history
…comment-embed-fallback

[CORL-2864] Left align fallback comment embed
  • Loading branch information
tessalt authored Sep 26, 2023
2 parents f69ff31 + e9c4455 commit f5c8d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const CopyCommentEmbedCodeContainer: FunctionComponent<Props> = ({

const permalinkUrl = getURLWithCommentID(story.url, comment.id);

const embedCode = `<div class="coral-comment-embed coral-comment-embed-simple" style="background-color: #f4f7f7; padding: 8px; position: relative;" data-commentID=${
const embedCode = `<div class="coral-comment-embed coral-comment-embed-simple" style="background-color: #f4f7f7; padding: 8px; position: relative; text-align: left;" data-commentID=${
comment.id
} data-reactionLabel="${
settings.reaction.label
Expand Down

0 comments on commit f5c8d46

Please sign in to comment.