Desktop: Resolves #9959: Display description for settings field in the plugin customization screen (#10469)

This commit is contained in:
pedr
2024-05-24 22:46:36 +01:00
committed by GitHub
parent 554894e910
commit 3bf9438a59
@@ -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>