Browse Source

AbpTabsTagHelper col md

rel-2.0
Yunus Emre Kalkan 6 years ago
parent
commit
77845f683a
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Tab/AbpTabsTagHelperService.cs

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Tab/AbpTabsTagHelperService.cs

@ -81,7 +81,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab
protected virtual string PlaceInsideColunm(string contents, int columnSize)
{
var surroundedContents = "<div class=\"col-" + columnSize + "\">" + Environment.NewLine +
var surroundedContents = "<div class=\"col-md-" + columnSize + "\">" + Environment.NewLine +
contents +
" </div>";

Loading…
Cancel
Save