# Should not wrapping text for notification level selection button on mobile when using CJK language

**URL:** https://meta.discourse.org/t/should-not-wrapping-text-for-notification-level-selection-button-on-mobile-when-using-cjk-language/167989
**Category:** UX
**Created:** [October 22, 2020, 5:09pm UTC](https://meta.discourse.org/t/should-not-wrapping-text-for-notification-level-selection-button-on-mobile-when-using-cjk-language/167989 "2020-10-22T17:09:19Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [October 23, 2020, 7:38pm UTC](https://meta.discourse.org/t/should-not-wrapping-text-for-notification-level-selection-button-on-mobile-when-using-cjk-language/167989/4 "2020-10-23T19:38:33Z")

</div>

The issue can be fixed by adding the following CSS to the Mobile CSS tab of a theme or theme component:

```css
.topic-notifications-options .name {
    white-space: nowrap
}

```

I am not sure if something to deal with this should be added to the core Discourse CSS. It is possible that it would affect non CJK locales in an undesirable way. Possibly the [@Designers](https://meta.discourse.org/groups/designers) team has ideas about other ways to approach this.

---

_[View the full topic](https://meta.discourse.org/t/should-not-wrapping-text-for-notification-level-selection-button-on-mobile-when-using-cjk-language/167989)._
