mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
Do not wrap on words in navigation links
If you have text like "Getting Started", it will wrap on the space and not be one line.
This commit is contained in:
parent
e3139eea2f
commit
6ed4afef64
1 changed files with 1 additions and 0 deletions
|
@ -978,6 +978,7 @@ a:hover code {
|
|||
.navigationSlider .slidingNav ul li {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
}
|
||||
.navigationSlider .slidingNav ul li a {
|
||||
|
|
Loading…
Add table
Reference in a new issue