# فقرة ذات مسافة بادئة \`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:** [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\
**Showing post:** 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:** [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;
}

```

---

_[View the full topic](https://meta.discourse.org/t/a-text-indent-ed-paragraph-causes-link-click-counts-to-have-extra-space/383841)._
