Skip to content

Commit d703022

Browse files
authored
Use the correct property in Test Case (#2136)
1 parent c6e0be9 commit d703022

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_rules/important-line-height-wide-enough-78fd32.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ This `p` element has a [computed][] `line-height` of `15px`, 1.5 times its [comp
158158
This `p` element has a [computed][] `line-height` of 1.5 times its `font-size`; the `div` element has no [visible][] text node children.
159159

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

0 commit comments

Comments
 (0)