-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 1.580.1. Mac. Chrome browser
Take a look at screen shots, when I select tab "test4" there is extra padding in whole next line, "test7" begin just after "test4" in second line.
When "test6" is selected it looks fine.
- is duplicated by
-
JENKINS-26661 View tabs does move depending on the selected view
-
- Resolved
-
- is related to
-
JENKINS-26015 Layout broken since 1.593
-
- Resolved
-
[JENKINS-25953] Layout - Tabs in job view are layouted in wrong way
Attachment | New: Screen Shot 2014-12-07 at 13.55.50.png [ 28136 ] |
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is duplicated by |
it seems that one of solution to fix it is to add:
"padding-bottom: 6px;" into
https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/css/style.css#L412
In this way all tabs have the same height.