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:
@@ -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' }}
|
||||
/>
|
||||
))}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user