diff options
| author | Valentin Alexiev <[email protected]> | 2017-08-26 15:05:53 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-26 15:05:53 +0300 |
| commit | e8a03ea59189ca5b0a057064969054ef548177e1 (patch) | |
| tree | d587672833f387303c04b9837f092ed8ca0af54f | |
| parent | e60c451e8bcac14a753457ddc020d6a4e05e5463 (diff) | |
| download | bootstrap-e8a03ea59189ca5b0a057064969054ef548177e1.tar.xz bootstrap-e8a03ea59189ca5b0a057064969054ef548177e1.zip | |
Add missing class in the list-group example with links (#23677)
| -rw-r--r-- | docs/4.0/components/list-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/list-group.md b/docs/4.0/components/list-group.md index 8dc25a0dc..5fad36d5a 100644 --- a/docs/4.0/components/list-group.md +++ b/docs/4.0/components/list-group.md @@ -56,7 +56,7 @@ Be sure to **not use the standard `.btn` classes here**. {% example html %} <div class="list-group"> - <a href="#" class="list-group-item active"> + <a href="#" class="list-group-item list-group-item-action active"> Cras justo odio </a> <a href="#" class="list-group-item list-group-item-action">Dapibus ac facilisis in</a> |
