Merge pull request #25906 from heidipuo/fix/output_element_wrap

fix output element overlappig w/ flex-wrap
This commit is contained in:
Ben Lambert
2024-08-05 16:44:06 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fixed a bug in `DefaultTableOutputs` where output elements overlapped on smaller screen sizes
@@ -68,6 +68,7 @@ export const DefaultTemplateOutputs = (props: {
justifyContent="center"
display="flex"
gridGap={16}
flexWrap="wrap"
>
<TextOutputs
output={output}