jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-54866] github_branch_source.GitHubSCMSource is ~0 width
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
- Load http://jenkins/configure
- Scroll down to Global Pipeline Libraries
- Scroll to Source Code Management
- See:

- That tiny blob between GitHub and Credentials is
"" nameref="radio-block-15">
"/descriptorByName/org.jenkinsci.plugins.github_branch_source.GitHubSCMSource/fillApiUriItems" name="_.apiUri" class="setting-input select" value="">GitHub
- There's a css rule:
.setting-input { width: 100% ...}
- If I disable that width: 100% rule, then it looks like this:

---
Originally reported by jsoref, imported from: github_branch_source.GitHubSCMSource is ~0 width
Raw content of original issue
- 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:
environment
```
github-branch-source-plugin 2.4.1; Jenkins ver. 2.153;
Chrome 70.0.3538.102 macOS Mojave
```
2 attachments
- [image-2018-11-26-14-11-58-378.png](https://issues.jenkins.io/secure/attachment/45268/image-2018-11-26-14-11-58-378.png)
> 
- [image-2018-11-26-14-14-53-644.png](https://issues.jenkins.io/secure/attachment/45267/image-2018-11-26-14-14-53-644.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.