Max Category name length

Hello,

You can change the max width with the following:

.select-kit.combo-box.category-drop .badge-wrapper {
  max-width: 320px; // default 260px
}
3 Likes