Skip to content

Commit a9888f4

Browse files
authored
Update knowledge-base/grid-adjust-height-with-browser.md
1 parent 104260a commit a9888f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-adjust-height-with-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following sections demonstrate different ways to make a Grid resize vertical
6060

6161
Use percentage heights to define dimensions as a portion of the parent element.
6262

63-
When setting a `height` in percent, keep in mind the following rule: an element with a percentage `height` requires its parent to have an explicit height in any absolute or relative CSS unit. The rule applies recursively until a fixed height is reached (in absolute units), or until the `<html>` element is reached.
63+
When setting a `height` in percent, keep in mind the following rule: an element with a percentage `height` requires its parent to have an explicit height in any absolute or relative CSS unit. The rule applies recursively until a fixed (absolute) height is reached, or until the `<html>` element is reached.
6464

6565
>caption Set Grid Height in percent
6666

0 commit comments

Comments
 (0)