-
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
-
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.