Skip to content

Fix: Wrap Long URLs in TableCard Component#221

Merged
stordahl merged 1 commit intobenvinegar:mainfrom
congdv:congdv/fix-wrap-long-url
Sep 13, 2025
Merged

Fix: Wrap Long URLs in TableCard Component#221
stordahl merged 1 commit intobenvinegar:mainfrom
congdv:congdv/fix-wrap-long-url

Conversation

@congdv
Copy link
Copy Markdown
Contributor

@congdv congdv commented Sep 13, 2025

Description: This PR updates the TableCard component to properly wrap long URLs, preventing layout overflow and improving readability. Previously, long URLs could break the table layout or extend beyond the visible area. With this change, URLs will wrap within their container, ensuring a cleaner and more user-friendly display.

Changes:

Added CSS styles to enable word wrapping for long URLs in the table.
Verified that table layout remains consistent with various URL lengths.
No impact on other components or functionality.
Motivation: Improves UI/UX by handling edge cases where URLs are excessively long, ensuring the table remains usable and visually appealing.

Testing:

Manually tested with short and long URLs.
Confirmed that wrapping works on Chrome and Firefox.

Before Changes
2025-09-13_14-23

After Changes
2025-09-13_14-26

@congdv
Copy link
Copy Markdown
Contributor Author

congdv commented Sep 13, 2025

Please review on small fix related to wrap long URLs: @benvinegar @stordahl

Copy link
Copy Markdown
Collaborator

@stordahl stordahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @congdv, nice catch! Appreciate the contribution - will include this in our next release

@stordahl stordahl merged commit cb6f2dc into benvinegar:main Sep 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants