Skip to content

Commit

Permalink
docs: fix typo in useFloating width: max-content (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmkubik committed Mar 12, 2024
1 parent 4cad8fe commit e642116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/useFloating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ floating element a wrapper to avoid the conflict:

<Notice>
When using layout instead of transforms, ensure that the
floating element has a fixed width or sets a `width: max-width{:sass}` to
floating element has a fixed width or sets a `width: max-content{:sass}` to
prevent it from resizing.
</Notice>

Expand Down

0 comments on commit e642116

Please sign in to comment.