Task Description
Fix the Exposed Services List table so that only the link text is clickable, not the entire cell. Currently, the whole cell is clickable, which doesn't follow established patterns in the codebase. The clickable area should be limited to just the link itself.
Context: This issue was identified during code review of PR #1585 (feat(greenhouse): add Exposed Services dashboard) where the reviewer noted "it should be just the link and not the whole cell" as this pattern isn't implemented elsewhere in Juno.
Related Issues
Additional Context
The current implementation overrides default flex behavior which causes the link to span across the entire cell, making the whole cell clickable. This should be corrected to follow Juno's established pattern where only the actual link text is interactive, not the surrounding cell whitespace.
Task Description
Fix the Exposed Services List table so that only the link text is clickable, not the entire cell. Currently, the whole cell is clickable, which doesn't follow established patterns in the codebase. The clickable area should be limited to just the link itself.
Context: This issue was identified during code review of PR #1585 (feat(greenhouse): add Exposed Services dashboard) where the reviewer noted "it should be just the link and not the whole cell" as this pattern isn't implemented elsewhere in Juno.
Related Issues
Additional Context
The current implementation overrides default flex behavior which causes the link to span across the entire cell, making the whole cell clickable. This should be corrected to follow Juno's established pattern where only the actual link text is interactive, not the surrounding cell whitespace.