Skip to content
Snippets Groups Projects
Commit 9f2e1b33 authored by Martin Bastien's avatar Martin Bastien
Browse files

navbar tooltip position fix when "loading" appears.

parent c04e9733
No related branches found
No related tags found
1 merge request!4511UI : navbar tooltip position fix when "loading" appears.
Loading
Loading
@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment