Slightly more padding in dense tables (#3571)
* Slightly more padding in dense tables * Added changeset * Update small-comics-cover.md
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Add a little more padding in dense tables
|
||||
@@ -135,7 +135,7 @@ export function createThemeOverrides(theme: BackstageTheme): Overrides {
|
||||
borderBottom: 0,
|
||||
},
|
||||
sizeSmall: {
|
||||
padding: theme.spacing(1, 2, 1, 2.5),
|
||||
padding: theme.spacing(1.5, 2, 1.5, 2.5),
|
||||
},
|
||||
head: {
|
||||
wordBreak: 'break-word',
|
||||
|
||||
Reference in New Issue
Block a user