Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of

`display` sets the display type of this component.

It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default.
It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`.

| Type | Required |
| -------------------- | -------- |
| enum('none', 'flex') | No |
| Type | Required |
| -------------------------------- | -------- |
| enum('none', 'flex', 'contents') | No |

---

Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.77/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of

`display` sets the display type of this component.

It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default.
It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`.

| Type | Required |
| -------------------- | -------- |
| enum('none', 'flex') | No |
| Type | Required |
| -------------------------------- | -------- |
| enum('none', 'flex', 'contents') | No |

---

Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.78/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of

`display` sets the display type of this component.

It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default.
It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`.

| Type | Required |
| -------------------- | -------- |
| enum('none', 'flex') | No |
| Type | Required |
| -------------------------------- | -------- |
| enum('none', 'flex', 'contents') | No |

---

Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.79/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,11 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom for more details of

`display` sets the display type of this component.

It works similarly to `display` in CSS but only supports 'flex' and 'none'. 'flex' is the default.
It works similarly to `display` in CSS but only supports the values 'flex', 'none', and 'contents'. The default is `flex`.

| Type | Required |
| -------------------- | -------- |
| enum('none', 'flex') | No |
| Type | Required |
| -------------------------------- | -------- |
| enum('none', 'flex', 'contents') | No |

---

Expand Down