Skip to content

Fix: Align Twitter -contexts better

Jamie Tanna requested to merge defect/twitter-context-single into master

When using inline-block, this breaks the single.html rendering, as the Twitter context displays 'inline' with the left side of the browser.

By replacing it with the default, which is display: block, it'll render in the middle of the container on list.htmls, and correctly on the single.htmls.

Merge request reports