mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
More padding after PowerToy description
Applies to https://github.com/microsoft/PowerToys/issues/716
This commit is contained in:
committed by
Bartosz Sosnowski
parent
633784fae2
commit
3a93246f08
@@ -62,6 +62,7 @@ export class ModuleSettings extends React.Component <any, any> {
|
|||||||
<Stack tokens={{childrenGap:20}}>
|
<Stack tokens={{childrenGap:20}}>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Text variant='large'>{this.state.powertoy.description}</Text>
|
<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')
|
this.state.powertoy.hasOwnProperty('overview_link')
|
||||||
?
|
?
|
||||||
|
|||||||
2
src/settings/settings-html/dist/bundle.js
vendored
2
src/settings/settings-html/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user