Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To eliminate the margin from the TwitterTweetEmbed component in React Twitter Embed, you can add CSS to the component with the following code:

.TwitterTweetEmbed {
  margin: 0px;
}

This will set the margin of the component to 0, effectively removing it. You can add this CSS in the stylesheet or in-line in the component.