`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;
}
2개의 좋아요