Handle cut labels in narrow widgets
These options have been considered so far:
- Truncate labels if render area is to small
Check options:
a) Implement truncation in Label::view() and *Item::row()
b) Patch ratatui and implement in Paragraph, List, Table etc.
- Scroll widgets horizontally if needed
This could potentially make us of tui-scrollview, although this requires a change such that it provides ScrollView::render_stateful_widget()