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
Updated by Samir Jha over 5 years ago
Samir Jha wrote:
Subscriptions > Add Subscriptions page is not responsive (Date fields overflow)
This was noticed as fixed as part of this: https://projects.theforeman.org/issues/27202
Updated by Walden Raines about 5 years ago
- Assignee deleted (
Walden Raines)
Unassigning issues that I am not currently working on.
Updated by John Mitsch almost 5 years ago
- Tracker changed from Bug to Refactor
- Subject changed from Subscriptions > Add Subscriptions page is not responsive (Date fields overflow) to Refactor table overflow CSS to not be general for 'td' elements
- Assignee set to John Mitsch
- Target version changed from Katello Backlog to 1223
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.