You may want to try adding overflow: hidden; text-overflow: ellipsis; to that li tag that contains the tag. And a title attribute so it displays the whole long text when hovering over it.
You may want to try adding overflow: hidden; text-overflow: ellipsis; to that li tag that contains the tag. And a title attribute so it displays the whole long text when hovering over it.
See this bug
Also: Tildes doesn't render that super long tag very well
Added Gitlab issue for this specific problem, since the other one you linked was internal server error related and was apparently not reproducible.
You may want to try adding
overflow: hidden; text-overflow: ellipsis;
to thatli
tag that contains the tag. And atitle
attribute so it displays the whole long text when hovering over it.