# 🌅 介绍 Horizon，我们最新的主题

**URL:** <https://meta.discourse.org/t/introducing-horizon-our-newest-theme/369608>\
**Category:** Announcements\
**Tags:** horizon-theme\
**Created:** [2025年七月1日 12:32 UTC](https://meta.discourse.org/t/introducing-horizon-our-newest-theme/369608 "2025-07-01T12:32:45Z")\
**Posts on this page:** 1\
**Showing post:** 25

<div class="post-metadata">

**Author:** ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)\
**Post date:** [2025年七月4日 16:07 UTC](https://meta.discourse.org/t/introducing-horizon-our-newest-theme/369608/25 "2025-07-04T16:07:29Z")

</div>

我在群组显示中发现了一个小错误，可能会导致溢出：

 ![显示长类别名称溢出群组页面的群组框的屏幕截图](https://global.discourse-cdn.com/meta/original/4X/6/b/a/6babb15f7bafdbbb59f5b0cf167e2df598cb40ed.png)

可以通过添加 CSS 来缓解此问题：

```css
.group-box-inner {
	overflow: auto;
}

```

---

_[View the full topic](https://meta.discourse.org/t/introducing-horizon-our-newest-theme/369608)._
