Commit 9f2e1b33 authored by Martin Bastien's avatar Martin Bastien

navbar tooltip position fix when "loading" appears.

parent c04e9733
......@@ -64,3 +64,14 @@
&.nav-small-tabs > li > a { padding: 6px 9px; }
}
/**
* fix to keep tooltips position in top navigation bar
*
*/
.navbar .nav > li {
position: relative;
white-space: nowrap;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment