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:
authorWinnie Hellmann <winnie@gitlab.com>2017-08-03 16:11:17 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-03 16:11:17 +0300
commita7102fb7908afe893dc2e8622a286a3a3edfba74 (patch)
tree619892783b24547cb21814990c1ef56c86c5bd40 /app/assets/stylesheets/pages/projects.scss
parent27d34789c99510c5005e2db0a57c308e2eca2bba (diff)
Make dropdown style on project page consistent
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index b3a90dff89a..d29421aa1b3 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -282,6 +282,8 @@
}
.project-repo-buttons {
+ @include new-style-dropdown;
+
.project-action-button .dropdown-menu {
max-height: 250px;
overflow-y: auto;