-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Adding new dynamic plugins that use patternfly tables, the tables are not showing up correctly.
- First column and last column are larger than normal.
This is coming from the OCP console patternfly overrides . Those overrides need to be scoped to just OCP.
_overrides.scss
.pf-c-table__check {
width: 8.333% !important;
@media screen and (max-width: 768px)
{ width: 16.66% !important; }}
Not just the table overrrides need to be scoped to OCP but all the patternfly overrides.
- links to