Commit 715163d
Fix secondary header menu items stacking vertically (#794)
Bootstrap 5's .navbar-nav sets flex-direction: column by default,
which overrides the float: left on list items. Add flex-direction: row
to #secondary-header ul.menu so items display inline.
Fixes #793
Co-authored-by: Jurriaan Roelofs <jur@dxpr.com>1 parent 995d502 commit 715163d
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- css/components
- scss/components
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments