Skip to content

Commit

Permalink
Use the correct property in Test Case (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 14, 2023
1 parent c6e0be9 commit d703022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _rules/important-line-height-wide-enough-78fd32.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ This `p` element has a [computed][] `line-height` of `15px`, 1.5 times its [comp
This `p` element has a [computed][] `line-height` of 1.5 times its `font-size`; the `div` element has no [visible][] text node children.

```html
<div style="letter-spacing: 1em !important">
<p style="letter-spacing: 1.5em !important; max-width: 200px;">
<div style="line-height: 1em !important">
<p style="line-height: 1.5em !important; max-width: 200px;">
The toy brought back fond memories of being lost in the rain forest.
</p>
</div>
Expand Down

0 comments on commit d703022

Please sign in to comment.