diff --git a/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.module.scss b/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.module.scss index bd3f49c4e..86fa13559 100644 --- a/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.module.scss +++ b/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.module.scss @@ -38,7 +38,7 @@ div[class*='TableV2--cells'], div[class*='TableV2--header'] { display: grid !important; - grid-template-columns: 1fr 1fr 0.5fr 1fr 1fr 50px; + grid-template-columns: 1.5fr 1.5fr 0.5fr 0.75fr 1fr 50px; } } diff --git a/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.tsx b/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.tsx index 54c06b9e6..db1979bf9 100644 --- a/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.tsx +++ b/web/src/cde-gitness/components/GitspaceListing/ListGitspaces.tsx @@ -168,6 +168,7 @@ export const RenderGitspaceName: Renderer> = ({ r > = ({ row const { name, branch, code_repo_url, code_repo_type } = details || {} return ( - - { - e.preventDefault() - e.stopPropagation() - window.open(code_repo_url, '_blank') - }}> - - {getIconByRepoType({ repoType: code_repo_type })} - + { + e.preventDefault() + e.stopPropagation() + window.open(code_repo_url, '_blank') + }}> + + {getIconByRepoType({ repoType: code_repo_type })} + + {name} - : + + : + > = ({ row font={{ align: 'left', size: 'normal' }}> {branch} - - + + ) }