Initial Styling Commit

This commit is contained in:
Kent Keirsey 2024-01-10 23:19:54 -05:00
parent f2e8b66be4
commit 8e7e3c2b4a
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ const WorkflowLibraryListItem = ({ workflowDTO }: Props) => {
</Flex> </Flex>
<Flex alignItems="center" w="full" h="50%"> <Flex alignItems="center" w="full" h="50%">
{workflowDTO.description ? ( {workflowDTO.description ? (
<InvText fontSize="sm" noOfLines={1}> <InvText fontSize="sm" noOfLines={1} w="70%">
{workflowDTO.description} {workflowDTO.description}
</InvText> </InvText>
) : ( ) : (

View File

@ -23,8 +23,8 @@ const WorkflowLibraryModal = () => {
h="80%" h="80%"
minW="unset" minW="unset"
minH="unset" minH="unset"
maxW="unset" maxW= "1200px"
maxH="unset" maxH= "600px"
> >
<InvModalHeader>{t('workflows.workflowLibrary')}</InvModalHeader> <InvModalHeader>{t('workflows.workflowLibrary')}</InvModalHeader>
<InvModalCloseButton /> <InvModalCloseButton />