File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ button:hover {
570
570
: host ([block ]) button {
571
571
display : flex;
572
572
width : 100% ;
573
- justify-content : var ( --pf-c-button--JustifyContent , center) ;
573
+ justify-content : center;
574
574
}
575
575
576
576
/******************************
Original file line number Diff line number Diff line change 112
112
113
113
# container # options-menu # menu-list .menu-item {
114
114
white-space : nowrap;
115
- --pf-c-button--JustifyContent : start;
116
115
--pf-c-button--PaddingTop : var (--pf-c-options-menu__menu-item--PaddingTop , var (--pf-global--spacer--sm , .5rem ));
117
116
--pf-c-button--PaddingRight : var (--pf-c-options-menu__menu-item--PaddingRight , var (--pf-global--spacer--md , 1rem ));
118
117
--pf-c-button--PaddingBottom : var (--pf-c-options-menu__menu-item--PaddingBottom , var (--pf-global--spacer--sm , .5rem ));
You can’t perform that action at this time.
0 commit comments