Actions
Refactor #25622
closedRefactor table overflow CSS to not be general for 'td' elements
Description
Some context here: https://github.com/Katello/katello/pull/8644#discussion_r402555153
There is an overflow CSS attribute here: https://github.com/Katello/katello/blob/7589f87d786d8ed1086e96b94a8e0a254674dfb3/webpack/containers/Application/overrides.scss#L18
This is causing issues for the pf4 tables, which we were able to overwrite, but the CSS classes shouldn't be so general.
Files
Actions