You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems a little strange that padding right is set to 90px on CardHeader... Why is that? Kinda messes up the title on small screens. It can be overridden by textStyle so not a big problem
The padding-right has proven to be necessary. I'm closing the issue.
Plus, the next branch is now using the flexbox layout engine. We do no longer use that padding hack.
Problem description
Hello,
Seems a little strange that padding right is set to 90px on CardHeader... Why is that? Kinda messes up the title on small screens. It can be overridden by textStyle so not a big problem
Thanks
Steps to reproduce
https://github.com/callemall/material-ui/blob/ec24c136a3a603d74e490e96edcd0c47b7c56680/src/Card/CardHeader.js
Versions
The text was updated successfully, but these errors were encountered: