# 카테고리 이름 최대 길이

**URL:** https://meta.discourse.org/t/max-category-name-length/242344
**Category:** Support
**Created:** [10월 19, 2022, 10:55오전 UTC](https://meta.discourse.org/t/max-category-name-length/242344 "2022-10-19T10:55:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)
#### Post date: [10월 19, 2022, 10:55오전 UTC](https://meta.discourse.org/t/max-category-name-length/242344/1 "2022-10-19T10:55:13Z")

</div>

Discourse 팀에 인사드립니다.  
카테고리 이름 길이를 설정할 수 있는 곳이 어디인가요?  
감사합니다!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [10월 19, 2022, 12:46오후 UTC](https://meta.discourse.org/t/max-category-name-length/242344/2 "2022-10-19T12:46:04Z")

</div>

이전에 비슷한 문제가 있었는지 간단히 검색해 보았더니, @Johani 님이 남기신 매우 현명한 조언을 발견했습니다. 먼저 참고해 보시는 것이 좋을 것 같습니다.

> [@How to increase the Category name length?](https://meta.discourse.org/t/how-to-increase-the-category-name-length/107718/4?u=jammydodger):
>
> I took a look and there’s indeed a limit on the character count for category names. I’ve never ran into it because it’s 50 characters - which is very high. I’m sure there’s a reason why you want to use that name but I would recommend using a shorter name. A category name that long will give you trouble when it’s displayed in different places across the UI. We truncate super long names anyway. So, even if you mange to create a category with a name that long - which is not currently possible - m…

---

<div class="post-metadata">

### Author: ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)
#### Post date: [10월 19, 2022, 2:17오후 UTC](https://meta.discourse.org/t/max-category-name-length/242344/3 "2022-10-19T14:17:11Z")

</div>

조, 안녕하세요. 상단 메뉴의 CSS 너비를 설정할 수 있을까요?  
감사합니다!

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/2/2/b227abf1be2f5bfb4da0776ee41ae55acb06317a.jpeg)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [10월 19, 2022, 3:07오후 UTC](https://meta.discourse.org/t/max-category-name-length/242344/4 "2022-10-19T15:07:06Z")

</div>

이 게시글은 같은 문제와 관련이 있는 것 같아서 이 토픽으로 이동했습니다. 👍

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [10월 19, 2022, 3:54오후 UTC](https://meta.discourse.org/t/max-category-name-length/242344/5 "2022-10-19T15:54:25Z")

</div>

안녕하세요,

다음 코드로 최대 너비를 변경할 수 있습니다:

```scss
.select-kit.combo-box.category-drop .badge-wrapper {
  max-width: 320px; // 기본값 260px
}

```

---

<div class="post-metadata">

### Author: ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)
#### Post date: [10월 20, 2022, 1:24오전 UTC](https://meta.discourse.org/t/max-category-name-length/242344/6 "2022-10-20T01:24:15Z")

</div>

@Don 너무 감사합니다!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11월 19, 2022, 1:24오전 UTC](https://meta.discourse.org/t/max-category-name-length/242344/7 "2022-11-19T01:24:19Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
