Skip to content

Commit c162d6b

Browse files
committed
Add center tag around image in virtualrow
1 parent 3751fce commit c162d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/virtualrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import ExperimentalAPIWarning from './\_experimental-api-warning.mdx';
2020

2121
A `ScrollView` ancestor is required for virtualized and scrollable items. If there is no ancestor `ScrollView`, the items will always be rendered as though they are within the viewport.
2222

23-
<img src="/docs/assets/virtual_row.svg" width="500" alt="Diagram of VirtualRow." />
23+
<center><img src="/docs/assets/virtual_row.svg" width="500" alt="Diagram of VirtualRow." /></center>
2424

2525
See [`VirtualColumn`](virtualcolumn) for more details.
2626

0 commit comments

Comments
 (0)