diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-10 03:56:51 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-10 03:56:51 -0700 |
| commit | 10491ce082505e2e0f309ac1460d17c2a6d16fa3 (patch) | |
| tree | 5c6f4e9cefb314e7c0e61de4e75d2af707107071 | |
| parent | 90d497056fe68593f54886e2d546eaff1315227c (diff) | |
| parent | 9f2e1b33a44aecf5a4cf2d450df313f026e4409b (diff) | |
| download | gitlab-ce-10491ce082505e2e0f309ac1460d17c2a6d16fa3.tar.gz | |
Merge pull request #4511 from yuters/patch-3
UI : navbar tooltip position fix when "loading" appears.
| -rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/nav.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/nav.scss b/app/assets/stylesheets/gitlab_bootstrap/nav.scss index db0023cff92..847c7180ce2 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/nav.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/nav.scss @@ -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; +} |
