Fix white spaces inside navigation

This commit is contained in:
Syed Hassan Raza
2014-12-10 16:00:50 +05:00
parent dfc4da1574
commit 1a7c017e15

View File

@@ -208,7 +208,7 @@ nav.sequence-nav {
top: 48px;
text-shadow: 0 -1px 0 #000;
@include transition(all .1s $ease-in-out-quart 0s);
white-space: normal;
white-space: pre;
z-index: 99;
visibility: hidden;
pointer-events: none;