perfect-home icon indicating copy to clipboard operation
perfect-home copied to clipboard

Multi-line bookmark titles

Open domportera opened this issue 2 years ago • 1 comments

Is this possible to do in the default thumbnails? I've tried lots of combos of CSS to no avail, seems like the bookmark names themselves are truncated in the HTML anyway so it's probably a JS thing. It would be really nice to be able to word-wrap these

also proud to be your 100th star :) love this extension.

domportera avatar Aug 31 '22 16:08 domportera

Hi, Thanks for nice words :-) As for the multiline - yes, unfortunately these are cropped in js. There is no nice and cross-browser method to do multiline ellipsis just in css (that I know of), so it was a design decision to make it fit (hopefully) in max 2 lines of text. I'm over-booked at the moment with other projects & personal matters, and this (unfortunately) is not as straightforward to implement as it may seem. (lots of edge-case testing, etc.)

But, I can leave your issue report open and if more people think this is valuable - I will implement that.

tborychowski avatar Sep 03 '22 09:09 tborychowski