mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
login card padding fix
This commit is contained in:
parent
5fb016a679
commit
d07e0742f7
@ -48,7 +48,7 @@ const LoginComponent = ({ credentials, onChange, onLogin }) => {
|
||||
}}
|
||||
/>
|
||||
</CardContent>
|
||||
<CardActions>
|
||||
<CardActions className={classes.actions}>
|
||||
<Button
|
||||
className={classes.onRight}
|
||||
variant="contained"
|
||||
|
@ -27,6 +27,10 @@ const styles = theme => ({
|
||||
field: {
|
||||
margin: theme.spacing(1),
|
||||
width: "300px"
|
||||
},
|
||||
actions: {
|
||||
paddingRight: "16px",
|
||||
paddingLeft: "16px"
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user