Conversation
Co-authored-by: adrian <adrian@runllama.ai>
|
Cursor Agent can help with this pull request. Just |
|
|
@adrianlyjak - you close this PR but I am eager to know if are we not merging this ? |
|
@yashi-runllamaindex this cursor implementation doesn’t look very good or general. I think better to start from scratch |
Normalize column widths and enable text wrapping in the extracted data table grid to prevent layout overflow issues.
The previous implementation allowed long text, especially file names, to overflow columns, leading to unpredictable table layouts. This PR introduces CSS classes to ensure text wraps within defined column widths, maintaining a consistent and readable table structure.
Linear Issue: LI-4645