mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Desktop: Resolves #9959: Display description for settings field in the plugin customization screen (#10469)
This commit is contained in:
@@ -596,6 +596,9 @@ class ConfigScreenComponent extends React.Component<any, any> {
|
|||||||
size={ButtonSize.Small}
|
size={ButtonSize.Small}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div style={{ width: inputStyle.width, minWidth: inputStyle.minWidth }}>
|
||||||
|
{descriptionComp}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user