Skip to content

Commit

Permalink
Merge pull request #6089 from seniorquico/fullwidth
Browse files Browse the repository at this point in the history
Pass `fullWidth` to `Labeled`
  • Loading branch information
djhi authored Mar 29, 2021
2 parents 47f3c5d + 3f5bdad commit 8676001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const SimpleShowLayout = ({
label={field.props.label}
source={field.props.source}
disabled={false}
fullWidth={field.props.fullWidth}
>
{field}
</Labeled>
Expand Down

0 comments on commit 8676001

Please sign in to comment.