More padding after PowerToy description

Applies to https://github.com/microsoft/PowerToys/issues/716
This commit is contained in:
Bartosz Sosnowski 2019-11-19 22:37:26 +01:00 committed by Bartosz Sosnowski
parent 633784fae2
commit 3a93246f08
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ export class ModuleSettings extends React.Component <any, any> {
<Stack tokens={{childrenGap:20}}>
<Stack>
<Text variant='large'>{this.state.powertoy.description}</Text>
{ this.state.powertoy.hasOwnProperty('overview_link') || this.state.powertoy.hasOwnProperty('video_link') ? <br/> : null }
{
this.state.powertoy.hasOwnProperty('overview_link')
?

File diff suppressed because one or more lines are too long