# Regression in UI in default theme

**URL:** https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592
**Category:** Bug
**Created:** [2월 26, 2018, 8:47오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592 "2018-02-26T20:47:46Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![vikaskedia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikaskedia/32/73333_2.png) [@vikaskedia](https://meta.discourse.org/u/vikaskedia)
#### Post date: [2월 26, 2018, 8:47오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/1 "2018-02-26T20:47:46Z")

</div>

On the home page the categories listing is not displayed properly.

Here is a screenshot:

 ![Untitled2](https://global.discourse-cdn.com/meta/original/3X/7/e/7e1a47ebc64e6b960fdb70aae292c1b1ff86d212.png)

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [2월 26, 2018, 8:50오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/2 "2018-02-26T20:50:12Z")

</div>

You don’t have category descriptions, which usually populates that space.

This is what it looks like here: [Categories - Discourse Meta](https://meta.discourse.org/categories)

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/b/dbf7976744c2bec33f0ab65ed209ecc25533dd3d.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 26, 2018, 9:04오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/3 "2018-02-26T21:04:02Z")

</div>

Ah, I know what’s causing this — it’s related to a change I made this morning here:

> [@Overflow in suggested topics when category name is too long](https://meta.discourse.org/t/overflow-in-suggested-topics-when-category-name-is-too-long/81500/3):
>
> Just pushed a fix, I also noticed that long category names were causing issues with the category pages, so I have very long categories truncate there too.

I’ll have a fix shortly

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 26, 2018, 9:35오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/4 "2018-02-26T21:35:35Z")

</div>

This caused a few regressions, fixed by:

[https://github.com/discourse/discourse/commit/436d2b57c93da8d70ecd11f3a160f0c12c3ec553](https://github.com/discourse/discourse/commit/436d2b57c93da8d70ecd11f3a160f0c12c3ec553)

---

<div class="post-metadata">

### Author: ![vikaskedia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikaskedia/32/73333_2.png) [@vikaskedia](https://meta.discourse.org/u/vikaskedia)
#### Post date: [2월 26, 2018, 10:02오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/5 "2018-02-26T22:02:04Z")

</div>

> Ah, I know what’s causing this — it’s related to a change I made this morning here:

when I upgrade docker from the web interface it takes me to the latest commit.

How can I make it stick to the releases?

---

<div class="post-metadata">

### Author: ![vikaskedia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikaskedia/32/73333_2.png) [@vikaskedia](https://meta.discourse.org/u/vikaskedia)
#### Post date: [2월 26, 2018, 10:04오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/6 "2018-02-26T22:04:06Z")

</div>

> [@awesomerobot](#):
>
> This caused a few regressions, fixed by:

I applied the latest changes suggested by admin/upgrade but my home page subcategories still come in 1 long list and are not wrapping to use the space available.

---

<div class="post-metadata">

### Author: ![vikaskedia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikaskedia/32/73333_2.png) [@vikaskedia](https://meta.discourse.org/u/vikaskedia)
#### Post date: [2월 26, 2018, 10:05오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/7 "2018-02-26T22:05:06Z")

</div>

look at how the subcategories show up. The probelm is with the sub categories being displayed vertically in 1 column.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 26, 2018, 10:20오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/8 "2018-02-26T22:20:59Z")

</div>

It sounds like your `app.yml` setting might be on tests-passed (multiple daily updates) — you’d want to switch that to beta (1-2 weeks) or stable (6-12 weeks):

> [@Switching to non-beta updates only](https://meta.discourse.org/t/switching-to-non-beta-updates-only/68356/3):
>
> Specifically, look in the app.yml file for this bit of configuration: ## Which Git revision should this container use? (default: tests-passed) #version: tests-passed

* * *

> [@vikaskedia](#):
>
> I applied the latest changes suggested by admin/upgrade but my home page subcategories still come in 1 long list and are not wrapping to use the space available.

This fix has been committed, but it’s waiting for tests to pass:

> [@Questions about GitHub bug fix commits and tests-passed](https://meta.discourse.org/t/questions-about-github-bug-fix-commits-and-tests-passed/54545/2):
>
> Every time there’s a new commit on master, our build server will run all the test suites. If they all pass, it will merge the changes to test-passed. It usually takes less than 15 minutes, unless we break the tests… wink

If you check here: [GitHub - discourse/discourse at tests-passed · GitHub](https://github.com/discourse/discourse/tree/tests-passed), you can see that tests-passed is currently behind master (so the current tests haven’t completed yet).

---

<div class="post-metadata">

### Author: ![vikaskedia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikaskedia/32/73333_2.png) [@vikaskedia](https://meta.discourse.org/u/vikaskedia)
#### Post date: [2월 26, 2018, 10:59오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/9 "2018-02-26T22:59:06Z")

</div>

> [@awesomerobot](#):
>
> This fix has been committed, but it’s waiting for tests to pass:
> 
> ```
> Questions about GitHub bug fix commits and tests-passed dev
> 
> ```

works now - the subcategories list correctly. Please close this bug. Not sure if I can do it.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 26, 2018, 11:51오후 UTC](https://meta.discourse.org/t/regression-in-ui-in-default-theme/81592/10 "2018-02-26T23:51:43Z")

</div>


