Skip to content

Commit b10853b

Browse files
authored
Merge pull request #6915 from marmelab/fix-fullwidth-tab
Fix Tab component children missing fullWidth prop when addLabel was set
2 parents 10ad474 + 24335c7 commit b10853b

File tree

1 file changed

+1
-0
lines changed
  • packages/ra-ui-materialui/src/detail

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/detail/Tab.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const Tab = ({
100100
<Labeled
101101
label={field.props.label}
102102
source={field.props.source}
103+
fullWidth={field.props.fullWidth}
103104
basePath={basePath}
104105
record={record}
105106
resource={resource}

0 commit comments

Comments
 (0)