diff options
| author | Mohamad El-Husseini <[email protected]> | 2015-09-01 20:26:11 -0300 |
|---|---|---|
| committer | Mohamad El-Husseini <[email protected]> | 2015-09-01 20:26:11 -0300 |
| commit | b994b1f99999daf9d4f48607b8793e8cba7b3f86 (patch) | |
| tree | 0bb79deae6bb233bdddf804867e3fb04f6e3235e /docs/components | |
| parent | 81806703e543654532b1f8f8f0eb21d793f9a958 (diff) | |
| download | bootstrap-b994b1f99999daf9d4f48607b8793e8cba7b3f86.tar.xz bootstrap-b994b1f99999daf9d4f48607b8793e8cba7b3f86.zip | |
adds table-responsive class to table
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navs.md b/docs/components/navs.md index e67185189..a6c16b3f5 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -316,7 +316,7 @@ When showing a new tab, the events fire in the following order: If no tab was already active, then the `hide.bs.tab` and `hidden.bs.tab` events will not be fired. -<table class="table table-bordered table-striped"> +<table class="table table-bordered table-striped table-responsive"> <thead> <tr> <th style="width: 150px;">Event Type</th> |
