mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 19:36:24 +00:00
Fix copy icon arrangment tiny screens
This commit is contained in:
parent
c3b8030d24
commit
c8d9062e74
@ -116,7 +116,7 @@ export default class UserGenPage extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Grid container spacing={1}>
|
<Grid container spacing={1}>
|
||||||
<Grid item xs={12} align="center">
|
<Grid item xs={12} align="center" sx={{width:380}}>
|
||||||
{this.state.showRobosat ?
|
{this.state.showRobosat ?
|
||||||
<div>
|
<div>
|
||||||
<Grid item xs={12} align="center">
|
<Grid item xs={12} align="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user