geovistory/design-system

Handle long entity labels

Closed this issue · 2 comments

The goal of this issue is to find a way to properly display long entity labels geov-entity-label as embedded in geov-entity.

Instead of
image

It should be
image

should be as simple as removing white-space:no-wrap, overflow:hidden, text-overflow:ellipsis.

remove white-space:no-wrap, overflow:hidden, text-overflow:ellipsis

added a comment in packages/design-system-web/src/components/geov-entity/geov-entity.css for this. review still in progress.