Merge pull request #32376 from samarthsinh2660/fix/catalog-tags-vertical-spacing

fix(catalog): add vertical spacing between tags in catalog table
This commit is contained in:
Vincenzo Scamporlino
2026-01-29 21:41:57 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Fixed vertical spacing between tags in the catalog table.
@@ -174,7 +174,7 @@ export const columnFactories = Object.freeze({
label={t}
size="small"
variant="outlined"
style={{ marginBottom: '0px' }}
style={{ margin: '2px' }}
/>
))}
</>