Skip to content

Commit

Permalink
Keep styling consistent for email inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebecca-shoptaw committed Jul 22, 2024
1 parent 2bfb3a6 commit 79cca8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/css/components/form.olform.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
input[type=number],
input[type=text],
input[type=password],
input[type=url] {
input[type=url],
input[type=email] {
margin: 0 10px 5px 0;
}

Expand Down
2 changes: 1 addition & 1 deletion static/css/legacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ textarea {
}

input {
&[type=text] {
&[type=text], &[type=email] {
margin: 0 10px 5px 0;
}
&.repeat-add {
Expand Down

0 comments on commit 79cca8c

Please sign in to comment.