Add white-space:nowrap to fix on El Captain Safari

This commit is contained in:
Ben Gotow 2015-12-09 16:10:23 -08:00
parent 16267e7234
commit a0cdca4f6d

View file

@ -35,6 +35,7 @@
vertical-align: top;
li {
list-style-type: none;
white-space: nowrap;
display: inline-block;
color: rgba(0,0,0,0.7);
a {
@ -121,4 +122,3 @@
}
}
}