From 1996920782b1044749e117e3c5ef8d947686eaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Sat, 29 Apr 2023 12:46:33 +0200 Subject: [PATCH] fix support button first row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/cold-drinks-exercise.md | 5 +++++ .../CatalogKindExploreContent/CatalogKindExploreContent.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/cold-drinks-exercise.md 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.