Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): decrease height of table footer
Browse files Browse the repository at this point in the history
Fixes #5072
  • Loading branch information
starpit committed Jul 2, 2020
1 parent 0d9013b commit e32dd8b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -154,8 +154,8 @@ body[kui-theme-style] .kui--data-table-wrapper {
}
.kui--card-footer {
border-top: 1px solid var(--color-base03);
padding-top: calc(var(--pf-c-card--child--PaddingBottom) / 2);
padding-bottom: calc(var(--pf-c-card--child--PaddingBottom) / 2);
padding-top: calc(var(--pf-c-card--child--PaddingBottom) / 4);
padding-bottom: calc(var(--pf-c-card--child--PaddingBottom) / 4);
}
&:not(.kui--data-table-as-grid) {
.kui--card-body {
Expand Down

0 comments on commit e32dd8b

Please sign in to comment.