diff --git a/app/src/ui/preferences/advanced.tsx b/app/src/ui/preferences/advanced.tsx index 37680d487b..3e6f9fa9c8 100644 --- a/app/src/ui/preferences/advanced.tsx +++ b/app/src/ui/preferences/advanced.tsx @@ -83,10 +83,10 @@ export class Advanced extends React.Component< : CheckboxValue.Off } onChange={this.onRepositoryIndicatorsEnabledChanged} - ariaDescribedBy="periodic-fecth-description" + ariaDescribedBy="periodic-fetch-description" /> -

@@ -99,7 +99,7 @@ export class Advanced extends React.Component< currently selected repository, but may improve overall app performance for users with many repositories.

-

+ {this.renderSSHSettings()}
diff --git a/app/styles/ui/_dialog.scss b/app/styles/ui/_dialog.scss index 61e40febab..85112f0f57 100644 --- a/app/styles/ui/_dialog.scss +++ b/app/styles/ui/_dialog.scss @@ -415,7 +415,7 @@ dialog { width: 600px; .dialog-content { - min-height: 375px; + min-height: 410px; } // This is to ensure that the dialog content is accessible when zoomed in