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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user