Skip to content

Commit

Permalink
fix '>' display typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 28, 2021
1 parent 04bf051 commit d68ba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/data-grid/rendering/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const columns: GridColumns = [

By default, the grid has no intrinsic dimensions. It occupies the space its parent leaves.

> ⚠️ When using % (**percentage**) for your height or width.<br> ><br>
> ⚠️ When using % (**percentage**) for your height or width.
> You need to make sure the container you are putting the grid into also has an intrinsic dimension.
> The browsers fit the element according to a percentage of the parent dimension.
> If the parent has no dimensions, then the % will be zero.
Expand Down

0 comments on commit d68ba1b

Please sign in to comment.