fix weird wrapping in mobile nav bar

This commit is contained in:
Aaron Neyer
2014-10-13 11:27:35 -04:00
parent 09b49e4a24
commit 5268c6d03b

View File

@@ -24,6 +24,11 @@
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<style>
#navPanel .link {
white-space: nowrap;
}
</style>
</head>
<body class="homepage">