diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-10-22 23:40:32 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-10-22 23:40:32 -0400 |
commit | 42491f41f88e04a03f34be361c163056a3bef6da (patch) | |
tree | f3ae8d36213a60bcb4041b1be2100ba8b330b0ec /tests | |
parent | 8572dcd9e87e574799399373d915ea07d4f6c590 (diff) |
add table-responsive to previews
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/components.html b/tests/components.html index 5f23f2ea..1a75b746 100644 --- a/tests/components.html +++ b/tests/components.html @@ -318,7 +318,7 @@ </div> <h2 id="tables-example">Basic example</h2> - <div class="bs-example"> + <div class="bs-example table-responsive"> <table class="table"> <thead> <tr> |