+1 for this. The log name length is actually a large pain on mobile also. To view the whole log name on a small screen you not only have to open the log but open the edit view.

The log name length is actually a large pain on mobile also. To view the whole log name on a small screen you not only have to open the log but open the edit view.
Oof yea that’s rough. Curious how we might solve that… there’s no “hover” on mobile.
I’m not sure in tables how to solve that, maybe allowing adjustable colomn widths? They could be dragged larger when needed. On the actual log view could you just allow that field to wrap?

On the actual log view could you just allow that field to wrap?
Looks like this was intentional by the maintainers of Gin (the theme that farmOS uses): https://www.drupal.org/project/gin/issues/3167928
When you have a long title it gets abbreviated
…
Instead of chopping it off and letting it “hide” behind the save button make it visible on more lines.
This is intentional, because the title is sticky so it needs a limitation otherwise the sticky part can grow too big.
We might be able to force it to wrap, but the more we go against the grain of Gin, the more likely we are to break things (or be forced to maintain hacks/overrides as things change upstream). So best to go with the flow as much as possible, and think of alternatives, IMO.
One alternative solution (for the log page) might be to add the full untruncated title to the content itself (eg: above the “Timestamp: …”).
In either case, it probably makes sense to move this to a separate thread. We’re getting a bit off of the original topic.

it probably makes sense to move this to a separate thread
Ah right! Discourse has an option to do this! I’ve split this to it’s own topic.
IMO I like defaulting ellipsis - that’s smart. I just think (see other thread) we should improve search to include location and eliminate (by default at least) inclusion of the field name in the planting. It would help all these issues.
Tables are really important, and the little details matter for usability!
I’m not sure I know what “defaulting ellipsis” are, but it makes me think that there are some ways to deal with the lack of hover on mobile…
The ellipsis could be a button/tappable to reveal the full title (either inline or as something like a tooltip).
Alternatively (and probably less intuitively), the hover tooltip could be triggered by a long press on mobile. (This is how XKCD gets around the need to expose the hover text for the comics to fully make sense on mobile.)
Mike said:
We might be able to force it to wrap, but the more we go against the grain of Gin, the more likely we are to break things (or be forced to maintain hacks/overrides as things change upstream).
= me saying “default ellipsis” – I assumed he meant there is a decision in Gin theme to use them. So I like that decision was my point I just think you need a reasonable way to also see the full thing when needed quickly without leaving the page (etc etc as in my previous answer).

the more we go against the grain of Gin, the more likely we are to break things (or be forced to maintain hacks/overrides as things change upstream)
I forgot to highlight what’s implied by this… we can open issues (and search for existing ones) in the upstream Gin issue queue. Some of these things are general to anyone using the Gin theme, not just farmOS, and it might make sense to propose changes/fixes there, which everyone will benefit from.