Move .table-responsive from wrapper to .table
This commit is contained in:
parent
bccb8ce213
commit
ff8d28cf25
11 changed files with 785 additions and 822 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue