mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
fix style trait width bug
This commit is contained in:
parent
e60f2e905c
commit
16a26aa651
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user