jQuery UI Layout Control uses custom algorithm to layout elements, in order 
to align elements in logical coordinates it resets default padding, margin, 
border width and some other CSS styles. Every element contains some HTML 
fragment which is styled with bootstrap classes, the problem is that 
inherited styles break applied bootstrap styles with classes. Do you know 
the list of BASE bootstrap classes which are needed to be applied in order 
to recover broken inheritance of CSS.

The "Title A" element has Bootstrap styled buttons on its right side, but 
since they inherit redefined styles from their parent, they looks different.


Reply via email to