Skip to content

Commit

Permalink
chore: these changes should be on a separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
eyevana committed Apr 4, 2023
1 parent 1f3d6c5 commit ad26eb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion elements/pf-button/pf-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ button:hover {
:host([block]) button {
display: flex;
width: 100%;
justify-content: var(--pf-c-button--JustifyContent, center);
justify-content: center;
}

/******************************
Expand Down
1 change: 0 additions & 1 deletion elements/pf-pagination/pf-pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@

#container #options-menu #menu-list .menu-item {
white-space: nowrap;
--pf-c-button--JustifyContent: start;
--pf-c-button--PaddingTop: var(--pf-c-options-menu__menu-item--PaddingTop, var(--pf-global--spacer--sm, .5rem));
--pf-c-button--PaddingRight: var(--pf-c-options-menu__menu-item--PaddingRight, var(--pf-global--spacer--md, 1rem));
--pf-c-button--PaddingBottom: var(--pf-c-options-menu__menu-item--PaddingBottom, var(--pf-global--spacer--sm, .5rem));
Expand Down

0 comments on commit ad26eb2

Please sign in to comment.