# リストで投稿の表示数を維持するにはどうすればよいですか

**URL:** https://meta.discourse.org/t/how-can-i-keep-post-views-on-lists/254069
**Category:** Development
**Created:** [2023 年 2 月 4 日午後 6:58 UTC](https://meta.discourse.org/t/how-can-i-keep-post-views-on-lists/254069 "2023-02-04T18:58:51Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [2023 年 2 月 5 日午前 12:47 UTC](https://meta.discourse.org/t/how-can-i-keep-post-views-on-lists/254069/5 "2023-02-05T00:47:48Z")

</div>

こんにちは、`white-space: pre-line` を試してみてはどうでしょうか。これにより、抜粋のトピックの改行が維持されます 🙂

これを Common \> CSS に追加してください

```scss
.topic-list {
  a.topic-excerpt {
    white-space: pre-line;
  }
}

```

 ![Screenshot 2023-02-05 at 1.43.46](https://global.discourse-cdn.com/meta/original/4X/8/b/7/8b79cbedc96d4eff2f1e8e4498eeb83629b0e611.png)

 ![Screenshot 2023-02-05 at 1.45.06](https://global.discourse-cdn.com/meta/original/4X/a/6/1/a6184ed52b8f1d2ee8ba912c47345382f557be04.png)

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-keep-post-views-on-lists/254069)._
