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