diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-25 06:08:38 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-25 06:08:38 +0000 |
| commit | 0ebaa8a2fd43938cee0d2074f84cdfd10f1e23d1 (patch) | |
| tree | f9833e52906e746225f206e7e812d4ee7bc010f8 /app/views/snippets/_actions.html.haml | |
| parent | 6c577c9ada5398fc44bc7a040a655b7a788eb0c9 (diff) | |
| download | gitlab-ce-0ebaa8a2fd43938cee0d2074f84cdfd10f1e23d1.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/snippets/_actions.html.haml')
| -rw-r--r-- | app/views/snippets/_actions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_actions.html.haml b/app/views/snippets/_actions.html.haml index 979821a3846..2ff174971cc 100644 --- a/app/views/snippets/_actions.html.haml +++ b/app/views/snippets/_actions.html.haml @@ -13,7 +13,7 @@ - if @snippet.submittable_as_spam_by?(current_user) = link_to _('Submit as spam'), mark_as_spam_snippet_path(@snippet), method: :post, class: 'btn btn-grouped btn-spam', title: _('Submit as spam') .d-block.d-sm-none.dropdown - %button.btn.btn-default.btn-block.append-bottom-0.prepend-top-5{ data: { toggle: "dropdown" } } + %button.btn.btn-default.btn-block.gl-mb-0.prepend-top-5{ data: { toggle: "dropdown" } } = _("Options") = icon('caret-down') .dropdown-menu.dropdown-menu-full-width |
