PMCORE-1911

This commit is contained in:
Henry Jordan
2020-07-23 08:39:21 -07:00
parent 06de9128c6
commit 169e6937c1

View File

@@ -180,7 +180,7 @@ Ext.onReady(function(){
var expander = new Ext.ux.grid.RowExpander({
tpl: new Ext.Template(
'<p><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION}</p><br>'
'<div style="padding-left:40px"><b>' + _('ID_PRO_DESCRIPTION') + ':</b> {PRO_DESCRIPTION}</div><br>'
)
});