# 为什么“Apply”选项在“Composer Options”菜单中排得这么靠上？

**URL:** https://meta.discourse.org/t/why-is-apply-wrap-so-high-up-in-the-composer-options-menu/393028
**Category:** UX
**Created:** [2026年一月9日 04:30 UTC](https://meta.discourse.org/t/why-is-apply-wrap-so-high-up-in-the-composer-options-menu/393028 "2026-01-09T04:30:28Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [2026年一月10日 15:26 UTC](https://meta.discourse.org/t/why-is-apply-wrap-so-high-up-in-the-composer-options-menu/393028/3 "2026-01-10T15:26:27Z")

</div>

> [@nathank](#):
>
> 在 Meta 的那个例子中，`Build poll`（创建投票）仍然可见（这似乎有点依赖设备/浏览器），但这确实引发了一个问题：为什么 `Apply wrap`（应用换行）在下拉菜单中如此显眼。
> 
> 我认为除了高级用户之外，没有人会使用它；它真的应该放在最下面，不是吗？

理想情况下，该菜单中项目的顺序应该是管理员可配置的，因为不同的论坛有不同的用户和格式化需求。我认为你可以做一些类似的事情来移除垂直滚动并强制菜单适应所有项目：

```scss
.fk-d-menu[class*=toolbar-menu].fk-d-menu {
    max-height: fit-content;
}

```

结果：

 ![Screenshot 2026-01-10 at 7.24.10 AM](https://global.discourse-cdn.com/meta/original/4X/3/b/8/3b8f3ab16bcf173e63ff251fd979eab7b4fce19e.png)

---

_[View the full topic](https://meta.discourse.org/t/why-is-apply-wrap-so-high-up-in-the-composer-options-menu/393028)._
