Skip to content

Commit

Permalink
fix(InventoryTable): Maintain the 24px margin for actions toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Nov 3, 2023
1 parent 6087392 commit 659900c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/InventoryTable/InventoryList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@
}

.ins-c-inventory__no-access { background-color: var(--pf-global--BackgroundColor--100); }

.pf-c-table__action {
.pf-c-dropdown__toggle.pf-m-plain {
padding-right: var(--pf-global--spacer--lg);
}
}

0 comments on commit 659900c

Please sign in to comment.