Skip to content

Commit

Permalink
feat: adjust spacing of organism columns (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Jan 16, 2025
1 parent ed6a8c4 commit 64c1de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const organismEntityConfig: BRCEntityConfig<BRCDataCatalogOrganism> = {
} as ComponentConfig<typeof C.Link, BRCDataCatalogOrganism>,
header: BRC_DATA_CATALOG_CATEGORY_LABEL.SPECIES,
id: BRC_DATA_CATALOG_CATEGORY_KEY.SPECIES,
width: "auto",
width: { max: "1fr", min: "auto" },
},
{
componentConfig: {
Expand Down

0 comments on commit 64c1de4

Please sign in to comment.