feat: make (optional) label inline
This commit is contained in:
		@@ -267,11 +267,12 @@ export const ConfigGeneratorSection: React.StatelessComponent<ConfigGeneratorSec
 | 
				
			|||||||
    <Container marginBottom={marginBottom}>
 | 
					    <Container marginBottom={marginBottom}>
 | 
				
			||||||
        <Container marginBottom="10px" className="flex justify-between items-center">
 | 
					        <Container marginBottom="10px" className="flex justify-between items-center">
 | 
				
			||||||
            <Container>
 | 
					            <Container>
 | 
				
			||||||
                <Text fontColor={colors.white} fontSize="16px" lineHeight="18px">
 | 
					                <Text fontColor={colors.white} fontSize="16px" lineHeight="18px" display="inline">
 | 
				
			||||||
                    {title}
 | 
					                    {title}
 | 
				
			||||||
                </Text>
 | 
					                </Text>
 | 
				
			||||||
                {isOptional && (
 | 
					                {isOptional && (
 | 
				
			||||||
                    <Text fontColor={colors.grey} fontSize="16px" lineHeight="18px">
 | 
					                    <Text fontColor={colors.grey} fontSize="16px" lineHeight="18px" display="inline">
 | 
				
			||||||
 | 
					                        {' '}
 | 
				
			||||||
                        (optional)
 | 
					                        (optional)
 | 
				
			||||||
                    </Text>
 | 
					                    </Text>
 | 
				
			||||||
                )}
 | 
					                )}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user