I'm using Kendo with bootstrap and I've noticed strange behaviour when displaying a Bootstrap form inside tab content.
http://dojo.telerik.com/@pablo_b/AbubU/4
In this fiddle the input field inside the tab content is higher than the one outside.
Using the browser dev tools - I can make the field return to its expected size by disabling the 'height: 34px' attribute of the bootstrap 'form-control' class.
This is a strange side effect (bug?).
Has anyone noticed this before and can suggest a workaround?
Thanks