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

View file

@ -415,7 +415,7 @@ dialog {
width: 600px; width: 600px;
.dialog-content { .dialog-content {
min-height: 375px; min-height: 410px;
} }
// This is to ensure that the dialog content is accessible when zoomed in // This is to ensure that the dialog content is accessible when zoomed in