mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
Fixes #19690: Mention classes better for .list-inline and .list-inline-item
This commit is contained in:
@@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
|
|||||||
|
|
||||||
### Inline
|
### 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 %}
|
{% example html %}
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
|
Reference in New Issue
Block a user