Apparent bug with css property on header template

The header styling is messed up if css property is applied:

http://webix.com/snippet/7ddaa411

Removing it from the definition, it displays properly.

I was trying this because I want to center text in the header. Any other suggestion for doing that, as a workaround?

Thanks.

Confirmed.
For now just use two names in css property - “webix_header” and the name of custom css class
http://webix.com/snippet/23bf286e

Thanks viktor!