Drop down menu cuts-off 'Picard'

This menu could be made a tiny bit wider:

3 Likes

Ye, that’s annoying.

@Freso: Can we set some custom CSS to fix that? Something like this should do:

.list-controls .category-dropdown-menu .badge-wrapper.bullet .badge-category {
  max-width: none;
} 

Maybe needs to be set as !important. And maybe not none but something larger than the 100px it is currently set to.

2 Likes

Thanks @outsidecontext! I added it to our list of custom CSS and it seems to work for me without !important. I set the max-width to 150px which seems to be enough for me. I can tweak further if needed.

1 Like

I wonder if anything could be done for that same cropped category name on mobile… word wrap?
It’s not really important anyway.