Space not working in fullscreen mode

Space and padding not working for main view as it usually does:

http://webix.com/snippet/43356c92

What is wrong?
Thanks

type:“space” and paddding are properties of layout
in you sample the top level component is a multiview, so it doesn’t support such parameters

You can move the setting in inner layout

or wrap multiview in one more layout http://webix.com/snippet/60bee84d

or just remove top level multiview - it is not used anyway.
http://webix.com/snippet/79f46ca