Skip to content

Commit 19be517

Browse files
committed
Fix Labeled doc
1 parent a4703fd commit 19be517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Labeled.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,11 @@ To override the style of all instances of `<Labeled>` using the [application-wid
173173

174174
The `<Labeled>` component accept a `TypographyProps` prop that allows you to pass any prop supported by [`<Typography>`](https://mui.com/material-ui/api/typography/).
175175

176+
{% raw %}
176177
```tsx
177178
<Labeled TypographyProps={{ noWrap: true }}>
178179
<TextField source="title" />
179180
</Labeled>
180181
```
182+
{% endraw %}
183+

0 commit comments

Comments
 (0)