Move .table-responsive from wrapper to .table

This commit is contained in:
Quy 2016-12-31 16:12:28 -08:00 committed by Mark Otto
parent bccb8ce213
commit ff8d28cf25
11 changed files with 785 additions and 822 deletions

View file

@ -765,7 +765,7 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content
</div>
{% highlight html %}
<table class="table table-responsive"">
<table class="table table-responsive">
...
</table>
{% endhighlight %}