From eee530c6938a16bec761faf50d300adbc106a774 Mon Sep 17 00:00:00 2001 From: Michael Coker <35148959+mcoker@users.noreply.github.com> Date: Wed, 17 Jul 2019 13:17:54 -0500 Subject: [PATCH] fix(dropdown, optionsmenu): center plain button content (#2071) --- src/patternfly/components/Dropdown/dropdown.scss | 1 + src/patternfly/components/OptionsMenu/options-menu.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/patternfly/components/Dropdown/dropdown.scss b/src/patternfly/components/Dropdown/dropdown.scss index b29d5812c2..21d4988432 100644 --- a/src/patternfly/components/Dropdown/dropdown.scss +++ b/src/patternfly/components/Dropdown/dropdown.scss @@ -201,6 +201,7 @@ } &.pf-m-plain { + justify-content: center; color: var(--pf-c-dropdown__toggle--m-plain--Color); > * { diff --git a/src/patternfly/components/OptionsMenu/options-menu.scss b/src/patternfly/components/OptionsMenu/options-menu.scss index 9778075a43..e01ef4a8ba 100644 --- a/src/patternfly/components/OptionsMenu/options-menu.scss +++ b/src/patternfly/components/OptionsMenu/options-menu.scss @@ -147,6 +147,7 @@ &.pf-m-plain { &:not(.pf-m-text) { + justify-content: center; color: var(--pf-c-options-menu__toggle--m-plain--Color); }