EDM-3394: Fix footer button - overwrite styling from OCP console#549
EDM-3394: Fix footer button - overwrite styling from OCP console#549celdrake wants to merge 1 commit intoflightctl:mainfrom
Conversation
WalkthroughAdds an inline style to the ActionList component within FlightCtlWizardFooter to override the justify-content CSS property from space-between to normal, addressing a layout presentation issue. No functional or control flow changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Created patternfly/patternfly#8182 although I'm not sure if this is a Patternfly issue, or an issue with the OpenShift console instead. |
The OpenShift console has the following CSS
Since the QuickStartDrawer sits on the top of the DOM, it affects the
FlightCtlWizardFooter, because it's an ActionList with more than 1 ActionListGroup.Until there's a fix in Console, we must overwrite the style to keep our desired display.
Summary by CodeRabbit
Bug Fixes