Navigation Menu

Skip to content

Commit

Permalink
Revert "Set setting-name class to have vertical-align: middle property."
Browse files Browse the repository at this point in the history
This reverts commit 9ddf000.
[FIXED JENKINS-10253] Label Alignment does not correctly work for top-level entries that span several lines
  • Loading branch information
bap2000 committed Jul 10, 2011
1 parent 6a75fe6 commit 5936e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -114,6 +114,9 @@ <h3><a name=v1.420>What's new in 1.420</a> <!--=DATE=--></h3>
<li class=bug>
Fixed JellyTagException in the manage page after Jenkins upgrade
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10066">issue 10066</a>)
<li class=bug>
Label Alignment does not correctly work for top-level entries that span several lines
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10253">issue 10253</a>)
<li class=rfe>
Groovy script console is now syntax highlighted.
<li class=rfe>
Expand Down
1 change: 0 additions & 1 deletion war/src/main/webapp/css/style.css
Expand Up @@ -244,7 +244,6 @@ pre.console {

.setting-name {
white-space: nowrap;
vertical-align: middle;
}

.setting-main {
Expand Down

0 comments on commit 5936e97

Please sign in to comment.