mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add missing class in the list-group example with links (#23677)
This commit is contained in:
parent
e60c451e8b
commit
e8a03ea591
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue