diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-21 17:42:01 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-21 17:42:01 +0000 |
commit | e6e6989f32c9eaa6a65a360b979db79d9ae89169 (patch) | |
tree | 7a38f31ef9c91acc0c6d3aae90dc5c6f510d97a9 | |
parent | 707e8d434da9dd8ee07ac2cb8b9556c132aa52ca (diff) | |
parent | c89b0d9bf6a65175415ecd734f9053406aa69bca (diff) | |
download | gitlab-ce-e6e6989f32c9eaa6a65a360b979db79d9ae89169.tar.gz |
Merge branch 'nav-count-alignment-ff' into 'master'
Fixed issue with navbar counts being misaligned
## What does this MR do?
Fixes an issue in FireFox with the number counts being mis-aligned.
## What are the relevant issue numbers?
Closes #18916
## Screenshots (if relevant)
![Screen_Shot_2016-06-21_at_15.56.51](/uploads/1d07543c14215e9e15facacc96aa3564/Screen_Shot_2016-06-21_at_15.56.51.png)
See merge request !4829
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index a0bb3427af0..98f917ce69b 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -91,7 +91,6 @@ text-decoration: none; font-weight: normal; outline: none; - white-space: nowrap; &:hover, &:active, |