이탈리아어로 주제/카테고리 메뉴를 열면 "Administrator"가 줄바꿈됨

Here’s what I see in my Discourse instance:

As you can see, “Administrator” (which I guess is Admin in English) overflows to a new line.

Font is Montserrat.

2개의 좋아요

If we add these styles to the .widget-link, we can get it to look this this

    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;

@awesomerobot you think those style changes would be fine and not conflict with themes?

Yeah I don’t think it’s a problem at all, it might need to be scoped to only cover that menu because widget-link is used in other places like search results?

2개의 좋아요

Alright, here is a PR.

https://github.com/discourse/discourse/pull/11715

2개의 좋아요

Merged and working here on Meta:

1개의 좋아요