mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Fix missing word issue on nav-tabs page (#38688)
Fix the sentence: > Force your .nav’s contents to extend the full available width one of two modifier classes. to: > Force your .nav’s contents to extend the full available width with one of two modifier classes.
This commit is contained in:
parent
36293754ff
commit
bb92ec707a
@ -190,7 +190,7 @@ Take that same HTML, but use `.nav-underline` instead:
|
|||||||
|
|
||||||
### Fill and justify
|
### Fill and justify
|
||||||
|
|
||||||
Force your `.nav`'s contents to extend the full available width one of two modifier classes. To proportionately fill all available space with your `.nav-item`s, use `.nav-fill`. Notice that all horizontal space is occupied, but not every nav item has the same width.
|
Force your `.nav`'s contents to extend the full available width with one of two modifier classes. To proportionately fill all available space with your `.nav-item`s, use `.nav-fill`. Notice that all horizontal space is occupied, but not every nav item has the same width.
|
||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<ul class="nav nav-pills nav-fill">
|
<ul class="nav nav-pills nav-fill">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user