Merge pull request #17698 from desktop/preferences-tweaks

Preferences tweaks
This commit is contained in:
Markus Olsson 2023-11-20 13:46:40 +01:00 committed by GitHub
commit bfd116b492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -83,10 +83,10 @@ export class Advanced extends React.Component<
: CheckboxValue.Off
}
onChange={this.onRepositoryIndicatorsEnabledChanged}
ariaDescribedBy="periodic-fecth-description"
ariaDescribedBy="periodic-fetch-description"
/>
<p
id="periodic-fecth-description"
<div
id="periodic-fetch-description"
className="git-settings-description"
>
<p>
@ -99,7 +99,7 @@ export class Advanced extends React.Component<
currently selected repository, but may improve overall app
performance for users with many repositories.
</p>
</p>
</div>
</div>
{this.renderSSHSettings()}
<div className="advanced-section">

View file

@ -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