Boostrap 4 cause sidebar icon problem

Hi team,

BS4 make sidebar icons buggy :

https://snippet.webix.com/98rp9d2s

if i remove BS4 css, its ok

https://snippet.webix.com/kqra3prw

Could you help me please ?

Hello,
Seems that the following global style from bootstrap interfere with default styling of Webix icons:

*, ::after, ::before {
    box-sizing: border-box;
}

To restore their positions, add the following CSS:
https://snippet.webix.com/cm7k6twz

Perfect @annazankevich !