fix style trait width bug

This commit is contained in:
Bowen Tan 2022-01-26 10:56:30 +08:00
parent e60f2e905c
commit 16a26aa651

View File

@ -123,7 +123,7 @@ export const StyleTraitForm: React.FC<Props> = props => {
updateStyles(newStyles);
};
return (
<VStack key={`${styleSlot}-${i}`} css={formWrapperCSS} spacing="2">
<VStack key={`${styleSlot}-${i}`} css={formWrapperCSS} width="full" spacing="2">
<FormControl id={styleSlot}>
<FormLabel marginInlineEnd="0">
<HStack width="full" justify="space-between">