* commit '3c23e06e39a60ac1e198cc4e7417c98f1014274f': BI-16736 popover header
@ -58,7 +58,8 @@ BI.Popover = BI.inherit(BI.Widget, {
el: BI.isPlainObject(o.header) ? BI.createWidget(o.header) : {
type: "bi.label",
height: 36,
text: o.header
text: o.header,
textAlign: "left"
},
left: 10,
top: 0,