I\'m trying to adjust Bootstrap tabs to make them span the full width of their container. Here\'s my code (a minimal working example):
<
Try
.nav-tabs > li { float:none; display: table-cell; width: 1%; }