geovistory / design-system

MIT License
2 stars 1 forks source link

Handle long entity labels #77

Closed joschne closed 1 year ago

joschne commented 1 year ago

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.

perrauda commented 1 year ago

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

flicksolutions commented 1 year ago

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