Skip to content

Fix: Correct spacing in reposts

Jamie Tanna requested to merge defect/quote-tweet into master

Now we're putting the content inside an e-content, the whitespace is more important, which means we need a couple of tweaks:

  • we need to use a <div>, otherwise the <p>s that appear from the content break rendering
  • we need to use {{- to remove the whitespace within the repost-of

We should also move the fa-retweet to inline with the repost-of for better readability.

Merge request reports