diff --git a/pkg/lib/patternfly/patternfly-5-overrides.scss b/pkg/lib/patternfly/patternfly-5-overrides.scss index e1a43246e299..a1ec23972215 100644 --- a/pkg/lib/patternfly/patternfly-5-overrides.scss +++ b/pkg/lib/patternfly/patternfly-5-overrides.scss @@ -81,6 +81,12 @@ select.pf-v5-c-form-control { margin: 0; } +// Fix the double-spacing issue for other dropdowns +// https://github.com/patternfly/patternfly-react/issues/10302 +.pf-v5-c-menu-toggle__controls:last-child > .pf-v5-c-menu-toggle__toggle-icon { + margin-inline-end: 0; +} + // The default gap between the rows in horizontal lists is too large .pf-v5-c-description-list.pf-m-horizontal-on-sm, .pf-v5-c-description-list.pf-m-horizontal { diff --git a/test/reference b/test/reference index 41629903cf6e..bea082dbef1d 160000 --- a/test/reference +++ b/test/reference @@ -1 +1 @@ -Subproject commit 41629903cf6e22fba6d3bb8f6d86e497e66db878 +Subproject commit bea082dbef1dc51f13f14a36b3aa2befc6e14965