diff options
| author | Quy <[email protected]> | 2016-12-31 16:12:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-31 16:39:42 -0800 |
| commit | ff8d28cf2501773ff6f7833865c8e2b2ebb76a3f (patch) | |
| tree | 2287ed2a05f061cd80630e263746e03c8a321c1f /docs/content | |
| parent | bccb8ce21300f8da0bfefe1fdde9ab9d87994769 (diff) | |
| download | bootstrap-ff8d28cf2501773ff6f7833865c8e2b2ebb76a3f.tar.xz bootstrap-ff8d28cf2501773ff6f7833865c8e2b2ebb76a3f.zip | |
Move .table-responsive from wrapper to .table
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md index da847611f..4b4e75028 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -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 %} |
