Skip to content

Commit

Permalink
Update site/content/docs/0.0/utilities/sizing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 30, 2024
1 parent 1392e57 commit 55844cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/0.0/utilities/sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can also use `max-width: 100%;` and `max-height: 100%;` utilities as needed.

{{< example class="bd-example-flex" >}}
<div style="height: 100px;">
<div class="mh-10none" style="width: 100px; height: 200px;">Max-height 100%</div>
<div class="mh-100" style="width: 100px; height: 200px;">Max-height 100%</div>
</div>
{{< /example >}}

Expand Down

0 comments on commit 55844cc

Please sign in to comment.