Skip to content

Commit 5fab9da

Browse files
committed
DOC: try using non-breaking spaces in nav bar
This may help the responsive layout to avoid things like matplotlib/matplotlib#28832
1 parent 12966fb commit 5fab9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpl_sphinx_theme/mpl_nav_bar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<ul id="navbar-main-elements" class="navbar-nav">
22
<li class="nav-item">
3-
<a class="reference internal nav-link" href="{{ mpl_path('plot_types/index') }}">Plot types</a>
3+
<a class="reference internal nav-link" href="{{ mpl_path('plot_types/index') }}">Plot&nbsp;types</a>
44
</li>
55
<li class="nav-item">
6-
<a class="reference internal nav-link" href="{{ mpl_path('users/index') }}">User guide</a>
6+
<a class="reference internal nav-link" href="{{ mpl_path('users/index') }}">User&nbsp;guide</a>
77
</li>
88
<li class="nav-item">
99
<a class="reference internal nav-link" href="{{ mpl_path('tutorials/index') }}">Tutorials</a>

0 commit comments

Comments
 (0)