File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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/******************************
Original file line number Diff line number Diff line change 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 ));
You can’t perform that action at this time.
0 commit comments