Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Fix misalignment in workspace dialog boxes
Browse files Browse the repository at this point in the history
Fixes sub-issue
#12 (comment)
of Issue #12
  • Loading branch information
pont-us committed Aug 14, 2020
1 parent 990772d commit 42e4a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/containers/SelectWorkspaceDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class SelectWorkspaceDialog extends React.Component<ISelectWorkspaceDialogProps
<p style={{marginTop: '1em'}}>Workspace name:</p>
<InputGroup
type="text"
style={{width: '100%', marginLeft: '1em'}}
style={{width: '100%'}}
value={this.state.workspaceName}
onChange={this.onWorkspaceNameChange}
/>
Expand Down

0 comments on commit 42e4a78

Please sign in to comment.