Commit Graph
1 Commits
Author SHA1 Message Date
Abhay 5e89cc6e80 fix: truncate long URLs in Links table to prevent action buttons from being pushed off-screen
Closes #4136

Adds width constraints to slug and url columns in LinksTable.
The ExternalLink component already has truncate + overflow:hidden,
but the DataColumn itself was unconstrained, allowing long URLs
to push action buttons off-screen.
2026-04-18 22:42:32 +05:30