Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-19 20:55:49 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-19 20:55:49 +0300
commit2fa900ab8ff2e99dfdff1d43c7db246833c7bbe2 (patch)
tree9694a1e042bc17b0a0b7827a55147a883b37de3c /app/assets/stylesheets/pages
parentcfc88c92653f5d7cae1dfd1e2491c3a6820cde76 (diff)
parent1d5624f0e30a1975e3b2c89f5666e5a939630012 (diff)
Merge branch '10197-multiple-assignees-avatars-scrolling-bug' into 'master'
Backport: Fixed sidebar assignees scrolling bug See merge request gitlab-org/gitlab-ce!31932
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 66b4f3bad2b..fa52ce6402d 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -522,6 +522,7 @@
}
.multiple-users {
+ position: relative;
height: 24px;
margin-bottom: 17px;
margin-top: 4px;