Skip to content

Commit

Permalink
Improve field labels spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Nov 30, 2017
1 parent 45a28d8 commit 4297a91
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,16 @@ span.required {
color: $c_red;
font-weight: bold;
font-size: 1.2em;
margin-left: 3px;
}

.field {
padding: 10px 0;

label {
display: inline-block;
margin-bottom: 5px;
}
}

fieldset {
Expand Down

0 comments on commit 4297a91

Please sign in to comment.