Add extra padding to datagrid (#4114)
* Add extra padding to datagrid * Add changeset
This commit is contained in:
parent
82236fe42c
commit
1909c65263
2 changed files with 6 additions and 0 deletions
5
.changeset/breezy-camels-eat.md
Normal file
5
.changeset/breezy-camels-eat.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"saleor-dashboard": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add 1px bottom padding to datagrid
|
|
@ -96,6 +96,7 @@ const useStyles = makeStyles<{ actionButtonPosition?: "left" | "right" }>(
|
||||||
borderRadius: 0,
|
borderRadius: 0,
|
||||||
boxSizing: "content-box",
|
boxSizing: "content-box",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
|
paddingBottom: "1px",
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
|
|
Loading…
Reference in a new issue