From fce0254b2a90e99804e6433d01ca45a5378285ac Mon Sep 17 00:00:00 2001 From: Billy Matthews Date: Sat, 5 Apr 2014 18:33:57 -0400 Subject: [PATCH] Fixed typo in Responsive Tables CSS docs --- docs/_includes/css/tables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 99db2af72a..affe17ffae 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -348,7 +348,7 @@

Responsive tables

-

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.

+

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.