Problem with type "space" and padding

Hello , I wan’t to increase space height , but in this example : https://snippet.webix.com/kshb2u5y , padding has effect with left and top, and I wan’t the same effect with top, bottom, left right , is it possible ? (mini.css used for info)

thanks

Hello,

The solution is to set padding in the component JS config:

https://snippet.webix.com/s32ha36j

perfect :wink: thanks