Commit ec7b1e67 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'boards-milestone-actions-sticky' into 'master'

Fixed not issue boards milestone actions not sticking to bottom of dropdown

Closes gitlab-ce#32002

See merge request !2102
parents 514fde71 1988ed33
.dropdown-content.board-selector-page-two
.board-selector-page-two
%form{ "@submit.prevent" => "submit" }
.dropdown-content
%input{ type: "hidden",
id: "board-milestone",
"v-model.number" => "board.milestone_id" }
......@@ -39,7 +40,7 @@
":milestone-path" => "milestonePath",
":select-milestone" => "selectMilestone",
":board" => "board" }
.clearfix.prepend-top-10
.dropdown-footer
%button.btn.btn-primary.pull-left{ type: "submit",
":disabled" => "submitDisabled",
"ref" => "'submit-btn'" }
......
---
title: Fixed edit issue boards milestone action buttons not sticking to bottom of
dropdown
merge_request:
author:
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