thaidb
(thaidb)
Octobre 19, 2022, 10:55
1
Bonjour Discourse,
Où pouvons-nous configurer la longueur du nom de catégorie ?
Merci !
J’ai fait une recherche rapide pour voir si cela s’était déjà produit, et j’ai trouvé ce conseil très judicieux de @Johani que vous voudrez peut-être considérer d’abord ?
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)
Octobre 19, 2022, 2:17
3
Salut Joe, pouvons-nous ajuster la largeur du menu supérieur en CSS ?
Merci !
J’ai déplacé votre publication dans ce sujet car il semble qu’ils soient liés au même problème.
Don
Octobre 19, 2022, 3:54
5
Bonjour,
Vous pouvez modifier la largeur maximale avec le code suivant :
.select-kit.combo-box.category-drop .badge-wrapper {
max-width: 320px; // par défaut 260px
}