mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Merge pull request #17698 from desktop/preferences-tweaks
Preferences tweaks
This commit is contained in:
commit
bfd116b492
2 changed files with 5 additions and 5 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue