add margin
This commit is contained in:
parent
09c5ef5aae
commit
d7b725d1fd
@ -297,7 +297,7 @@ class WorkspaceFunc extends Component {
|
|||||||
<FontAwesomeIcon icon={faCamera} size="xs" />
|
<FontAwesomeIcon icon={faCamera} size="xs" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip title='Workspace zurücksetzen' arrow>
|
<Tooltip title='Workspace zurücksetzen' arrow style={{ marginRight: '5px' }}>
|
||||||
<IconButton
|
<IconButton
|
||||||
className={this.props.classes.button}
|
className={this.props.classes.button}
|
||||||
onClick={() => this.resetWorkspace()}
|
onClick={() => this.resetWorkspace()}
|
||||||
@ -324,7 +324,7 @@ class WorkspaceFunc extends Component {
|
|||||||
autoFocus
|
autoFocus
|
||||||
margin="dense"
|
margin="dense"
|
||||||
id="name"
|
id="name"
|
||||||
defaultValue={"http://localhost:3000/share/" + this.state.id}
|
defaultValue={window.location + "share/" + this.state.id}
|
||||||
label="url"
|
label="url"
|
||||||
type="email"
|
type="email"
|
||||||
fullWidth
|
fullWidth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user