I have a list of 8 key/value pairs I'm displaying in a sidebar using a table element. I'm using a th and td element on each row. However, the td content is often too long and has to be truncated. I could increase the width of the sidebar but the td content is of variable length and also, that won't work so well on mobile devices.
How else could I display key/value pairs in a way that:
- is more suitable for fluid widths
- can display "values" of any length without breaking the layout