Skip to content

Commit

Permalink
fix(TableToolbar): RHINENG-2325 - Add proper padding for bottom toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Oct 25, 2023
1 parent ac37a38 commit ba6cfce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/components/src/TableToolbar/TableToolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
padding: var(--ins-c-table-toolbar--PaddingVertical) var(--ins-c-table-toolbar--PaddingHorizontal);
}

.ins-c-table__toolbar.ins-m-footer { border-top: 1px solid var(--pf-v5-global--BorderColor--light-200); }
.ins-c-table__toolbar .pf-c-pagination.pf-m-bottom {
padding: 0
}

.ins-c-table__toolbar.ins-m-footer {
padding: var(--pf-v5-global--spacer--md);
border-top: 1px solid var(--pf-v5-global--BorderColor--light-200);
}

.ins-c-table__toolbar-results { color: var(--pf-v5-global--Color--200); }

Expand Down

0 comments on commit ba6cfce

Please sign in to comment.