Skip to content

Commit

Permalink
make contact form label full width
Browse files Browse the repository at this point in the history
  • Loading branch information
congthien committed Dec 28, 2016
1 parent 9ac936b commit 1488fac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/sass/_sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,9 @@
br {
margin-bottom: 5px;
}
label {
width: 100%;
}
}

div.wpcf7-validation-errors {
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3019,6 +3019,10 @@ section > .customize-partial-edit-shortcut button {
margin-bottom: 5px;
}

.wpcf7-form label {
width: 100%;
}

div.wpcf7-validation-errors {
margin: 20px 0px;
padding: 15px;
Expand Down

0 comments on commit 1488fac

Please sign in to comment.