Commit 10491ce0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4511 from yuters/patch-3

UI : navbar tooltip position fix when "loading" appears.
parents 90d49705 9f2e1b33
......@@ -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