Skip to content

Commit

Permalink
lib: drop nested table PatternFly workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Sep 12, 2024
1 parent 6592eda commit 8a79792
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pkg/lib/cockpit-components-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@
font-size: var(--pf-v5-global--FontSize--sm);
font-weight: var(--pf-v5-global--FontWeight--bold);
}

// Adjust the padding for nested ct-tables in ct-tables
// FIXME: https://github.com/patternfly/patternfly/issues/4280
.ct-table {
td, th {
&:first-child {
--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--lg);
}

&:last-child {
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-global--spacer--lg);
}
}
}
}

// Special handling for rows with errors
Expand Down

0 comments on commit 8a79792

Please sign in to comment.