Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

Ellipsis in tabs, instead of text fade, is it possible ?

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 52 ნახვა
  • ბოლოს გამოეხმაურა karlserer
  • გადაწყვეტილი

I've tried everything I could find , to add to my userChrome.css or to change about_config, but to no avail .

Bookmarks in Firefox use ellipsis , is there any way to use them in tabs as well ?

I've tried everything I could find , to add to my userChrome.css or to change about_config, but to no avail . Bookmarks in Firefox use ellipsis , is there any way to use them in tabs as well ?

გადაწყვეტა შერჩეულია

Thanks for your reply, much appreciated .

It's a shame ellipsis don't seem to be doable in tabs anymore , I really don't like the fadeout ... I've adjusted the gradient a little, but it just never works right for most tab titles .

პასუხის ნახვა სრულად 👍 0

ყველა პასუხი (2)

Actually this used to be an ellipsis, but was changed to fading text in Firefox 53.

  • 658467 - Fade out tab label on overflow instead of ellipsis

Setting the text-overflow via .tab-label-container {text-overflow: <clip|ellipsis> !important} doesn't have effect for me.

Maybe ask this at the Firefox CSS subreddit forum.

Note that the ellipsis takes space, so you lose the last two letters and if the tab gets smaller when you open a lot then you might only see the ellipsis.

You can possibly disable the text fading via userChrome.css.

.tab-label-container[textoverflow]:not([pinned]) {
  mask-image: unset !important;
}

შერჩეული გადაწყვეტა

Thanks for your reply, much appreciated .

It's a shame ellipsis don't seem to be doable in tabs anymore , I really don't like the fadeout ... I've adjusted the gradient a little, but it just never works right for most tab titles .