2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+1 -1
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 %}