summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-15 11:45:16 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-08 12:27:39 -0500
commit15433bc5d6a93e55f143dcb34dc3a807f6d4f02b (patch)
treee414b2a0e6f9f1b29f3146c09e2ec53e4c7eba97 /app/views/projects/issues
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
downloadgitlab-ce-15433bc5d6a93e55f143dcb34dc3a807f6d4f02b.tar.gz
Fix inconsistent options dropdown caret on mobile viewports
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index cbdea209847..9eac5e795d7 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -23,8 +23,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
- if can?(current_user, :create_issue, @project)