1
0
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:
pedr 2024-05-24 18:46:36 -03:00 committed by GitHub
parent 554894e910
commit 3bf9438a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>