Fix spacing of close button

Displayed incorrectly for some languages
This commit is contained in:
Roman Drozd
2020-03-30 15:11:00 +02:00
committed by Mészáros Mihály
parent 7327e9bda7
commit 4bc6bf6c3d
+2 -2
View File
@@ -78,8 +78,8 @@ const styles = (theme) =>
},
actionButton :
{
margin : theme.spacing(1),
padding : 0
margin : theme.spacing(1, 0),
padding : theme.spacing(0, 1)
}
});