Align `.control-label`s with input field.

This commit is contained in:
Guo Xiang Tan 2018-03-23 13:42:17 +08:00
parent a8036189cc
commit 3f59ba20ec
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ input {
}
.control-label {
margin: 6.5px;
float: left;
width: 140px;
text-align: right;