mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 21:10:23 +00:00
Fixes #19690: Mention classes better for .list-inline and .list-inline-item
This commit is contained in:
parent
62c07b67bf
commit
2cc75671e1
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
|
|||
|
||||
### Inline
|
||||
|
||||
Place all list items on a single line with `display: inline-block;` and some basic margin between.
|
||||
Remove a list's bullets and apply some light `margin` with a combination of two classes, `.list-inline` and `.list-inline-item`.
|
||||
|
||||
{% example html %}
|
||||
<ul class="list-inline">
|
||||
|
|
|
|||
Loading…
Reference in a new issue