mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
Fix navigation collapse on IE11 (#641)
* Fix navigation collapse on IE11
This commit is contained in:
parent
cf59f72ecd
commit
6d77403dc1
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ pre code {
|
|||
display: block;
|
||||
}
|
||||
.navigationSlider .slidingNav ul li {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue