From 64884a6a21fba7e802f1a2973a6f0dd173ec771b Mon Sep 17 00:00:00 2001 From: Ole Wendt Date: Thu, 14 Aug 2025 12:11:33 +0200 Subject: [PATCH] Mention 'center' top placement option --- en/option-gl/partial/viewport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/option-gl/partial/viewport.md b/en/option-gl/partial/viewport.md index fe03401b..7fe67c90 100644 --- a/en/option-gl/partial/viewport.md +++ b/en/option-gl/partial/viewport.md @@ -14,7 +14,7 @@ Distance between ${componentName} component and the top side of the container. `top` value can be instant pixel value like `20`; it can also be a percentage value relative to container width like `'20%'`; and it can also be `'top'`, `'middle'`, or `'bottom'`. -If the `top` value is set to be `'top'`, `'middle'`, or `'bottom'`, then the component will be aligned automatically based on position. +If the `top` value is set to be `'top'`, `'middle'`, `'center'`, or `'bottom'`, then the component will be aligned automatically based on position. #${prefix|default("#")} right(string|number) = ${defaultRight|default('auto')}