-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The prefix column in RSE tables is currently too narrow, causing content to be truncated. This reduces readability and forces users to hover or interact to see full values. The column width should be increased to ensure full visibility of prefix content.
Current Behavior
- Prefix column has limited width
- Content gets truncated with ellipsis
- Users cannot see full prefix values at a glance
Proposed Solution
- Increase the default width of the prefix column
- Ensure content is fully visible without truncation
- Maintain responsive design for different screen sizes
Implementation Details
- Analyze typical prefix content length
- Adjust column width CSS/styling
- Ensure table layout remains balanced
- Test on various screen sizes
- Consider making column width adjustable by users
Acceptance Criteria
- Prefix column displays full content without truncation
- Column width is appropriate for typical prefix values
- Table layout remains visually balanced
- Responsive behavior works on mobile and desktop
- No horizontal scrolling introduced unnecessarily
Parent Issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request