File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments