Bootstrap bug report

Hello,

Use this code snippet while having included bootstrap and jQuery and you’ll see there is a graphical bug on the box and label are put in Bold.

https://webix.com/snippet/bd1b081f

How can this get solved ?

Bootstrap redefine default styling for labels, which affects all UI on the page, including Webix widgets. It also adds default margin for the legend tag, which ruins fieldset view.

I understand but wasn’t Webix supposed to be fully compatible with Bootstrap ?

How can I solve this problem ?

Hello maksim.

Is there any new in this relations cause I just upgrade to webix 6.07 and I have problems now with sidebar ui to fit everything on the screen. I have to pay attention to something in this new version?

Michael

Which version of bootstrap are you using?

Bootstrap contains a customized version of CSS resets, which redefines styles globally, for all elements on the page. As result, some widgets may not work correctly.

Good thing, in most cases it trivial to resolve the issue by adding a custom CSS for top-level webix widgets, but exact CSS may differ for different Bootstrap versions.