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:
Stefan Ålund
2020-12-07 10:17:59 +01:00
committed by GitHub
parent c954485b94
commit 1665ae8bb8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Add a little more padding in dense tables
+1 -1
View File
@@ -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',