Add extra padding to datagrid (#4114)

* Add extra padding to datagrid

* Add changeset
This commit is contained in:
Michał Droń 2023-08-22 15:42:29 +02:00 committed by GitHub
parent 82236fe42c
commit 1909c65263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---
Add 1px bottom padding to datagrid

View file

@ -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",