Commit 10491ce082505e2e0f309ac1460d17c2a6d16fa3
Exists in
master
and in
4 other branches
Merge pull request #4511 from yuters/patch-3
UI : navbar tooltip position fix when "loading" appears.
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/nav.scss
@@ -64,3 +64,14 @@ | @@ -64,3 +64,14 @@ | ||
64 | 64 | ||
65 | &.nav-small-tabs > li > a { padding: 6px 9px; } | 65 | &.nav-small-tabs > li > a { padding: 6px 9px; } |
66 | } | 66 | } |
67 | + | ||
68 | + | ||
69 | + | ||
70 | +/** | ||
71 | + * fix to keep tooltips position in top navigation bar | ||
72 | + * | ||
73 | + */ | ||
74 | +.navbar .nav > li { | ||
75 | + position: relative; | ||
76 | + white-space: nowrap; | ||
77 | +} |