Bootstrap columns inside Kendo Tabstrip
问题 I have a Kendo Tabstrip and I'm trying to format its content using Bootstrap. But Tabstrip's border, k-content k-state-active , is rendered at top and my elements are outside. If I don't use Bootstrap, everything will be fine. I have already read this question and it doesn't solve my problem. This is my code: <div> @(Html.Kendo().TabStrip() .Name("tabstrip") .Items(items => { //removed items.Add() .Text("اطلاعات حسابها") .Content(@<text> <div class="form-group form-inline col-xs-12"> <div