Commit a76066d7 authored by Clement Ho's avatar Clement Ho

Merge branch '47917-wiki-git-access' into 'master'

Resolve "Wiki git clone holder and dropdown is broken"

Closes #47917

See merge request gitlab-org/gitlab-ce!19913
parents cab4302a 62bd9d34
...@@ -858,7 +858,6 @@ pre.light-well { ...@@ -858,7 +858,6 @@ pre.light-well {
.git-clone-holder { .git-clone-holder {
width: 380px; width: 380px;
height: 28px;
.btn-clipboard { .btn-clipboard {
border: 1px solid $border-color; border: 1px solid $border-color;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
%span %span
= default_clone_protocol.upcase = default_clone_protocol.upcase
= icon('caret-down') = icon('caret-down')
%ul.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right.clone-options-dropdown %ul.dropdown-menu.dropdown-menu-selectable.clone-options-dropdown
%li %li
= ssh_clone_button(project) = ssh_clone_button(project)
%li %li
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment