Skip to content

Commit

Permalink
Merge pull request #6915 from marmelab/fix-fullwidth-tab
Browse files Browse the repository at this point in the history
Fix Tab component children missing fullWidth prop when addLabel was set
  • Loading branch information
djhi authored Nov 29, 2021
2 parents 10ad474 + 24335c7 commit b10853b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/detail/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const Tab = ({
<Labeled
label={field.props.label}
source={field.props.source}
fullWidth={field.props.fullWidth}
basePath={basePath}
record={record}
resource={resource}
Expand Down

0 comments on commit b10853b

Please sign in to comment.