Skip to content

Commit

Permalink
Fix navigation collapse on IE11 (#641)
Browse files Browse the repository at this point in the history
* Fix navigation collapse on IE11
  • Loading branch information
ahmadalfy authored and yangshun committed May 6, 2018
1 parent cf59f72 commit 6d77403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d77403

Please sign in to comment.