geovistory / design-system

MIT License
2 stars 1 forks source link

Improve display of long string literals #82

Closed joschne closed 11 months ago

joschne commented 1 year ago

Of long string literals we can currently only see the first line.

Instead of this:

image

it should show the full text. Currently the length of the strings seems to be limited, but there will be really long texts in the future. The display should take this into consideration, e.g. by showing some lines first and allowing to extend the view or to open a popup with the entire text.

flicksolutions commented 1 year ago

added comments concerning that in my reviw of #84 aswell.