Bug: icons shown out of the daterange

Very simple code,

webix.ui({
  view: 'daterange',
  icons: true,
});

https://snippet.webix.com/a1mdsogs

It’s not a bug - snippet tool forces UI initialized in document body to fit the available space. If UI was declared as Webix layout (or initialized within the container) the control gets the proper default width:

https://snippet.webix.com/kgt43i6a