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:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-15 19:45:16 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-08 20:27:39 +0300
commit15433bc5d6a93e55f143dcb34dc3a807f6d4f02b (patch)
treee414b2a0e6f9f1b29f3146c09e2ec53e4c7eba97 /app/views/projects/merge_requests/show/_mr_title.html.haml
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
Fix inconsistent options dropdown caret on mobile viewports
Diffstat (limited to 'app/views/projects/merge_requests/show/_mr_title.html.haml')
-rw-r--r--app/views/projects/merge_requests/show/_mr_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_title.html.haml b/app/views/projects/merge_requests/show/_mr_title.html.haml
index 9f2a0f5d99a..e7c5bca6a37 100644
--- a/app/views/projects/merge_requests/show/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_title.html.haml
@@ -19,8 +19,8 @@
.issuable-actions
.clearfix.issue-btn-group.dropdown
%button.btn.btn-default.pull-left.hidden-md.hidden-lg{ type: "button", data: { toggle: "dropdown" } }
- = icon('caret-down')
Options
+ = icon('caret-down')
.dropdown-menu.dropdown-menu-align-right.hidden-lg
%ul
%li{ class: merge_request_button_visibility(@merge_request, true) }