diff --git a/.changeset/cold-drinks-exercise.md b/.changeset/cold-drinks-exercise.md new file mode 100644 index 0000000000..e47e133929 --- /dev/null +++ b/.changeset/cold-drinks-exercise.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-explore': patch +--- + +Make sure that the first support button row does not break across lines diff --git a/plugins/explore/src/components/CatalogKindExploreContent/CatalogKindExploreContent.tsx b/plugins/explore/src/components/CatalogKindExploreContent/CatalogKindExploreContent.tsx index f6f76ce1e0..69607b58da 100644 --- a/plugins/explore/src/components/CatalogKindExploreContent/CatalogKindExploreContent.tsx +++ b/plugins/explore/src/components/CatalogKindExploreContent/CatalogKindExploreContent.tsx @@ -99,7 +99,7 @@ export const CatalogKindExploreContent = (props: { - Discover the {pluralize(kindLowercase)} in your ecosystem. + <>Discover the {pluralize(kindLowercase)} in your ecosystem.