# RTL numbered or bullet lists are broken

**URL:** https://meta.discourse.org/t/rtl-numbered-or-bullet-lists-are-broken/367516
**Category:** Bug
**Tags:** rtl
**Created:** [May 25, 2025, 8:14am UTC](https://meta.discourse.org/t/rtl-numbered-or-bullet-lists-are-broken/367516 "2025-05-25T08:14:59Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![UdiOron](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/udioron/32/504507_2.png) [@UdiOron](https://meta.discourse.org/u/UdiOron)
#### Post date: [May 26, 2025, 6:10am UTC](https://meta.discourse.org/t/rtl-numbered-or-bullet-lists-are-broken/367516/5 "2025-05-26T06:10:05Z")

</div>

The complete rule ([see line #92](https://github.com/discourse/discourse/blob/f4a56e9d98134079316194524ddabc37d9445dd6/app/assets/stylesheets/common/foundation/base.scss#L92)) is:

```plaintext
.cooked,
.d-editor-preview {
  ul,
  ol {
     ...
  }
}

```

so it applies to `.cooked` as well (and not only to the preview).

This might be a bug in the reverser, but going forward, `start` and `end` properties are the best solution.

Udi

---

_[View the full topic](https://meta.discourse.org/t/rtl-numbered-or-bullet-lists-are-broken/367516)._
