Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/option-gl/partial/viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')}

Expand Down