# \`text-indent\`가 적용된 단락이 링크 클릭 횟수에 여백을 추가합니다

**URL:** https://meta.discourse.org/t/a-text-indent-ed-paragraph-causes-link-click-counts-to-have-extra-space/383841
**Category:** Bug
**Tags:** rss-polling, interface
**Created:** [9월 24, 2025, 5:23오전 UTC](https://meta.discourse.org/t/a-text-indent-ed-paragraph-causes-link-click-counts-to-have-extra-space/383841 "2025-09-24T05:23:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lilydjwg](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilydjwg/32/515838_2.png) [@lilydjwg](https://meta.discourse.org/u/lilydjwg)
#### Post date: [9월 24, 2025, 5:23오전 UTC](https://meta.discourse.org/t/a-text-indent-ed-paragraph-causes-link-click-counts-to-have-extra-space/383841/1 "2025-09-24T05:23:26Z")

</div>

RSS Polling 플러그인을 사용하여 블로그 글을 Discourse 포럼에 다시 게시하고 있습니다. 들여쓰기된 단락 안에 링크가 있는데, 링크 클릭 횟수가 다음과 같이 표시됩니다:

 ![图片](https://global.discourse-cdn.com/meta/original/4X/e/b/d/ebdcb56f3e4c96187c5be4cdd43d01950ea16699.png)

아래의 CSS로 이를 수정할 수 있습니다.

```css
a[data-clicks]::after {
    text-indent: 0;
}

```
