diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tables.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/tables.md b/docs/components/tables.md index b545f58fb..12f9cf450 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -254,12 +254,12 @@ Add `.table-hover` to enable a hover state on table rows within a `<tbody>`. </table> {% endexample %} -## Condensed table +## Small table -Add `.table-condensed` to make tables more compact by cutting cell padding in half. +Add `.table-sm` to make tables more compact by cutting cell padding in half. {% example html %} -<table class="table table-condensed"> +<table class="table table-sm"> <thead> <tr> <th>#</th> |
