What you have seems to handle the ellipsis properly (by my definition of properly).
But you really should use title/tooltip. On 25 November 2017 at 21:45, Richard Hipp <[email protected]> wrote: > On 11/25/17, Richard Hipp <[email protected]> wrote: > > On 11/25/17, [email protected] <[email protected]> wrote: > >> Ok, the current behavior is cool, but renders the ellipses superfluous. > >> Clicking anywhere in a line expands/contracts the info. > >> Any chance to drop the many many ⋯'s after all my comments? > >> > > > > I think the following CSS will do that for you: > > > > .timelineEllipsis { display: 'none'; } > > No, that won't work, because the toggleEllipsis() JS function will get > confused. > > How about making your ellipsis very small: > > .timelineEllipsis { font-size: 50%; } > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

