Merge pull request #17571 from backstage/freben/single-support-row

fix(explore): Support button first row
This commit is contained in:
Johan Haals
2023-05-02 10:36:52 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-explore': patch
---
Make sure that the first support button row does not break across lines
@@ -99,7 +99,7 @@ export const CatalogKindExploreContent = (props: {
<Content noPadding>
<ContentHeader title={title || `${pluralize(kindCapitalized)}`}>
<SupportButton>
Discover the {pluralize(kindLowercase)} in your ecosystem.
<>Discover the {pluralize(kindLowercase)} in your ecosystem.</>
</SupportButton>
</ContentHeader>
<Body kind={kindLowercase} />