Fix spacing of close button

Displayed incorrectly for some languages
auto_join_3.3
Roman Drozd 2020-03-30 15:11:00 +02:00 committed by Mészáros Mihály
parent 6f36b4f468
commit be8414212b
1 changed files with 3 additions and 3 deletions

View File

@ -78,8 +78,8 @@ const styles = (theme) =>
}, },
actionButton : actionButton :
{ {
margin : theme.spacing(1), margin : theme.spacing(1, 0),
padding : 0 padding : theme.spacing(0, 1)
} }
}); });