# 移动版本未显示类别描述

**URL:** <https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016>\
**Category:** Feature\
**Created:** [2020年五月11日 07:19 UTC](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016 "2020-05-11T07:19:54Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Bcat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bcat/32/163148_2.png) [@Bcat](https://meta.discourse.org/u/Bcat)\
**Post date:** [2020年五月11日 07:35 UTC](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016/2 "2020-05-11T07:35:09Z")

</div>

您可以尝试将以下代码添加到 CSS 中：

```plaintext
@media only screen and (max-width: 601px){
    .category-list.with-topics .category-list-item .category-description {
        display: table-row;
    }
}

```

---

_[View the full topic](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016)._
