Skip to content

Commit 01d7556

Browse files
authored
Merge pull request #104 from VincentSit/patch-1
Fix a typographical error.
2 parents 43de34e + 2a7a5b4 commit 01d7556

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,9 @@ The flex layout is constituted of parent container referred as **flex container*
290290
When working with StackViews you need to think in terms of two axes — the main axis and the cross axis. The main axis is defined by StackView's `direction` property, and the cross axis runs perpendicular to it.
291291

292292
| StackView direction | Axes |
293-
|---------------------|:------------------:|---------|
294-
| **column** (default) | <img src="docs_markdown/images/axis-column.png" width="200"/> |
295-
| **row** | <img src="docs_markdown/images/axis-row.png" width="200"/>|
296-
293+
| --- | --- |
294+
| **column** (default) | <img src="docs_markdown/images/axis-column.png" width="200"/> |
295+
| **row** | <img src="docs_markdown/images/axis-row.png" width="200"/> |
297296

298297
##### Sections
299298

0 commit comments

Comments
 (0)