react
react copied to clipboard
ActionList.Item doesn't break long words and causes overflows
Description
When doing an audit on our responsive patterns throughout GitHub I've bumped into ActionList.Item bug inside Copilot.
The ActionList.Item there didn't break my long repository name causing a overflow.
Steps to reproduce
I've created a code sandbox to demonstrate the issue and the potential solution of using wordBreak: 'break-all'.
Version
Latest
Browser
Chrome, Safari