Merge pull request #6211 from Shrhawk/shr/bug/TNL-964-navbar-display-display-issue

Fix white spaces inside navigation
This commit is contained in:
Shrhawk
2014-12-12 11:52:55 +05:00

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;