Skip to content

Commit

Permalink
"em" not longer in code on MDN
Browse files Browse the repository at this point in the history
The  "em" portion of the code for the "Payment Form" is no longer used, making the CSS code for it unneeded. The code seems to use placeholder instead of an "em" tag in the label.
  • Loading branch information
Tman1314 committed Dec 20, 2021
1 parent d55d3e1 commit da920a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions html/forms/html-form-structure/payment-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,3 @@ button {
label {
position: relative;
}

label em {
position: absolute;
right: 5px;
top: 20px;
}

0 comments on commit da920a0

Please sign in to comment.