Merge pull request #680 from himanish-star/adjust-line-height-label
adjusted line height of label : fixes #609
This commit is contained in:
commit
b4ec7402fc
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
#addPasswordWrapper label {
|
#addPasswordWrapper label {
|
||||||
line-height: 20px;
|
line-height: 23px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #737373;
|
color: #737373;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue