From 3f5bdad0fa45802f4f158f5b9703bf63fb19c44a Mon Sep 17 00:00:00 2001 From: Kyle Dodson Date: Thu, 24 Dec 2020 17:23:35 -0800 Subject: [PATCH] Pass `fullWidth` to `Labeled` --- packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx b/packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx index 7ae1e1f0734..e9f30117712 100644 --- a/packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx +++ b/packages/ra-ui-materialui/src/detail/SimpleShowLayout.tsx @@ -82,6 +82,7 @@ const SimpleShowLayout = ({ label={field.props.label} source={field.props.source} disabled={false} + fullWidth={field.props.fullWidth} > {field}