-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
github-branch-source-plugin 2.4.1; Jenkins ver. 2.153;
Chrome 70.0.3538.102 macOS Mojave
- Load http://jenkins/configure
- Scroll down to Global Pipeline Libraries
- Scroll to Source Code Management
- See:
- That tiny blob between GitHub and Credentials is
<tr style="" nameref="radio-block-15"><td> <select fillurl="/descriptorByName/org.jenkinsci.plugins.github_branch_source.GitHubSCMSource/fillApiUriItems" name="_.apiUri" class="setting-input select" value=""><option value="">GitHub</option></select></td></tr>
- There's a css rule:
.setting-input { width: 100% ...}
- If I disable that width: 100% rule, then it looks like this: