Merge pull request #680 from himanish-star/adjust-line-height-label

adjusted line height of label : fixes #609
This commit is contained in:
Danny Coates 2017-12-21 12:34:36 -08:00 committed by GitHub
commit b4ec7402fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ tbody {
} }
#addPasswordWrapper label { #addPasswordWrapper label {
line-height: 20px; line-height: 23px;
cursor: pointer; cursor: pointer;
color: #737373; color: #737373;
} }