פסקה עם `text-indent` גורמת לספירת לחיצות על קישורים להכיל רווח נוסף

I’m using the RSS Polling plugin to repost my blog posts to a Discourse forum. There is an indented paragraph containing a link, and the link click count looks like this:

The following CSS fixes it.

a[data-clicks]::after {
    text-indent: 0;
}
לייק 1