Skip to content

Commit ad26eb2

Browse files
committedApr 4, 2023
chore: these changes should be on a separate PR
1 parent 1f3d6c5 commit ad26eb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎elements/pf-button/pf-button.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ button:hover {
570570
:host([block]) button {
571571
display: flex;
572572
width: 100%;
573-
justify-content: var(--pf-c-button--JustifyContent, center);
573+
justify-content: center;
574574
}
575575

576576
/******************************

‎elements/pf-pagination/pf-pagination.css

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112

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

0 commit comments

Comments
 (0)