thaidb
(thaidb)
19 Ottobre 2022, 10:55am
1
Ciao Discourse,
Dove possiamo impostare la lunghezza del nome della categoria?
Grazie!
Ho fatto una rapida ricerca per vedere se fosse già successo prima e ho trovato questo consiglio piuttosto saggio da parte di @Johani che potresti voler considerare prima?
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…
thaidb
(thaidb)
19 Ottobre 2022, 2:17pm
3
Ciao Joe, possiamo impostare la larghezza del menu in alto con CSS?
Grazie!
Ho spostato il tuo post in questo argomento poiché sembra collegato allo stesso problema.
Don
19 Ottobre 2022, 3:54pm
5
Ciao,
Puoi modificare la larghezza massima con quanto segue:
.select-kit.combo-box.category-drop .badge-wrapper {
max-width: 320px; // predefinito 260px
}