mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
Merge pull request #11 from sdwilsh/fix-nav-wrapping
Do not wrap on words in navigation links
This commit is contained in:
commit
94a47f9483
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