diff options
| author | Mark Otto <[email protected]> | 2016-11-26 01:46:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 01:46:11 -0800 |
| commit | 410b7dd5e86c4ca31261b66d78097a32fcc2df74 (patch) | |
| tree | 9ab49cb7ee61e7b612870981afe41a3390703c96 | |
| parent | 967ee175dc8aeee307dfb36d141cc321f37e53cc (diff) | |
| download | bootstrap-410b7dd5e86c4ca31261b66d78097a32fcc2df74.tar.xz bootstrap-410b7dd5e86c4ca31261b66d78097a32fcc2df74.zip | |
update comment
| -rw-r--r-- | scss/_tables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 0d2492a0b..38153b634 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -136,8 +136,8 @@ // Responsive tables // -// Wrap your tables in `.table-responsive` and we'll make them mobile friendly -// by enabling horizontal scrolling. Only applies <768px. Everything above that +// Add `.table-responsive` to `.table`s and we'll make them mobile friendly by +// enabling horizontal scrolling. Only applies <768px. Everything above that // will display normally. .table-responsive { |
