mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Resolves #9959: Display description for settings field in the plugin customization screen (#10469)
This commit is contained in:
parent
554894e910
commit
3bf9438a59
@ -596,6 +596,9 @@ class ConfigScreenComponent extends React.Component<any, any> {
|
||||
size={ButtonSize.Small}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ width: inputStyle.width, minWidth: inputStyle.minWidth }}>
|
||||
{descriptionComp}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user