Skip to content

Commit 455c0ec

Browse files
committed
Minor cosmetic adjustments to clone by URL screen
1 parent 1c6f3c8 commit 455c0ec

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/src/ui/clone-repository/clone-generic-repository.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ export class CloneGenericRepository extends React.Component<
4040
autoFocus={true}
4141
label={
4242
<div className="clone-url-textbox-label">
43-
<p>Repository URL or GitHub username and repository</p>
4443
<p>
45-
(<Ref>hubot/cool-repo</Ref>)
44+
Repository URL or GitHub username and repository (
45+
<Ref>hubot/cool-repo</Ref>)
4646
</p>
4747
</div>
4848
}
4949
/>
5050
</Row>
5151

52-
<Row>
52+
<Row className="clone-generic-repository-space">
5353
<TextBox
5454
value={this.props.path}
5555
label={__DARWIN__ ? 'Local Path' : 'Local path'}

app/styles/ui/_add-repository.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ dialog.clone-repository {
7878
.clone-url-textbox-label p {
7979
margin: 0;
8080
}
81+
82+
.clone-generic-repository-space {
83+
margin-top: var(--spacing);
84+
}
8185
}
8286
}
8387

0 commit comments

Comments
 (0)