Skip to content

Commit

Permalink
Fixing line height examples 9 and 10 (#1793)
Browse files Browse the repository at this point in the history
Fixing examples 9 and 10.
  • Loading branch information
tbostic32 committed Feb 10, 2022
1 parent f6f7bef commit fd4f412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _rules/line-height-not-important-78fd32.md
Expand Up @@ -168,7 +168,7 @@ The [computed][] value of the `line-height` property of this `p` element is **no

```html
<p style="line-height: 1.2em">
<span style="line-height: inherit !important; max-width: 200px;">
<span style="line-height: inherit !important; display: block; max-width: 200px;">
The toy brought back fond memories of being lost in the rain forest.
</span>
</p>
Expand All @@ -180,7 +180,7 @@ The [computed][] value of the `line-height` property of this `p` element is **no

```html
<p style="line-height: 1.2em">
<span style="line-height: unset !important; max-width: 200px;">
<span style="line-height: unset !important; display: block; max-width: 200px;">
The toy brought back fond memories of being lost in the rain forest.
</span>
</p>
Expand Down

0 comments on commit fd4f412

Please sign in to comment.