-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Revert display:flex added to pane-header #11272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Yay, your first pull request towards Jenkins core was created successfully! Thank you so much! |
|
Not sure what you intend to fix, but the before screenshot doesn't look wrong to me. From which plugin is this? |
Its a private plugin, but essentially https://github.com/jenkinsci/jenkins/pull/11208/files#diff-589da5428ad7e66ca76d06f4b961671e7773a4f0bdde09b8d6f9f0dce095c5d2R15-R19 this change introduces new CSS to I am not sure i get what you mean here, as the after screenshot shows that the after this change the |
|
I guess your before screen shot is what was the state before #11208 and not before your fix. That's a bit confusing. |
While I agree with you in general, but when there is a User experimental flag I would expect that there is no breaking change if it's disabled. That's the goal of the feature flag, delivering something, to let users test it and provide feedback. That approach is the way to move fast with changes, and once we reach a good (voluntary) adoption rate and less and less error reports, it can be enabled by default. |
Co-authored-by: Jan Faracik <[email protected]>
|
/label ready-for-merge This PR is now ready for merge, after ~24 hours, we will merge it if there's no negative feedback. Thanks! |
|
Congratulations on getting your very first Jenkins core pull request merged 🎉🥳 |

In #11208,
display:flexwas added to the defaultpanel-headercss which is causing UI to break. Overriding this is child css is difficult, so suggesting to just revert this change for nowBefore


After
Testing done
Proposed changelog entries
Proposed changelog category
/label regression-fix
Proposed upgrade guidelines
N/A
Submitter checklist
@Restrictedor have@since TODOJavadocs, as appropriate.@Deprecated(since = "TODO")or@Deprecated(forRemoval = true, since = "TODO"), if applicable.evalto ease future introduction of Content Security Policy (CSP) directives (see documentation).Desired reviewers
@mention
Before the changes are marked as
ready-for-merge:Maintainer checklist
upgrade-guide-neededlabel is set and there is a Proposed upgrade guidelines section in the pull request title (see example).lts-candidateto be considered (see query).