automerge / pushpin

A collaborative corkboard app
BSD 3-Clause "New" or "Revised" License
636 stars 54 forks source link

Don't wrap title of BoardInBoard #353

Closed nornagon closed 4 years ago

nornagon commented 4 years ago

Also fix to properly elide text with ellipsis.

Before

PushPin

After

PushPin
pvh commented 4 years ago

In fact I think it should wrap, but I think we want the height to float as text cards do.

pvh commented 4 years ago

I think maybe if you just omit the height it will work as intended? The default width should be six blocks.

pvh commented 4 years ago

Tested & it works -- closing this solution.

What I'd really like is in-place editing of titles with wrapping but that turns out to be very difficult.