Currently, I am utilizing the Material-UI
library and facing an issue with applying ellipsis to the Typography component within the CardHeader. Despite trying to use noWrap
in the titleTypographyProps
, the expected behavior is not achieved.
I wonder if there is a need to override the default settings in CardHeader
. I experimented with setting max-width: 100%
on both the CardHeader
and the Typography component inside it, but unfortunately, it did not yield the desired result.
Check out the demo here:
https://codesandbox.io/s/determined-archimedes-p8pvj?fontsize=14&hidenavigation=1&theme=dark