From d68ba1b448338dd7c77ee87928a1d2fad11ffe02 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 28 Mar 2021 19:12:47 +0200 Subject: [PATCH] fix '>' display typo --- docs/src/pages/components/data-grid/rendering/rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/data-grid/rendering/rendering.md b/docs/src/pages/components/data-grid/rendering/rendering.md index f33ad762029bc..5880a8adc4947 100644 --- a/docs/src/pages/components/data-grid/rendering/rendering.md +++ b/docs/src/pages/components/data-grid/rendering/rendering.md @@ -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.
>
+> ⚠️ 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.